Add isChannel

This commit is contained in:
Simon Ser 2020-06-24 15:52:33 +02:00
parent f5106f1357
commit df0981e8e0
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
2 changed files with 8 additions and 2 deletions

View file

@ -13,6 +13,8 @@ export const ERR_SASLTOOLONG = "905";
export const ERR_SASLABORTED = "906";
export const ERR_SASLALREADY = "907";
export const STD_CHANNEL_TYPES = "#&+!";
var tagsEscape = {
";": "\\:",
" ": "\\s",