lib/irc: move over STD_MEMBERSHIP_NAMES
This commit is contained in:
parent
9bcfd088c2
commit
301f133272
2 changed files with 11 additions and 11 deletions
|
@ -77,6 +77,14 @@ export const ERR_SASLALREADY = "907";
|
|||
export const STD_MEMBERSHIPS = "~&@%+";
|
||||
export const STD_CHANTYPES = "#&+!";
|
||||
|
||||
export const STD_MEMBERSHIP_NAMES = {
|
||||
"~": "owner",
|
||||
"&": "admin",
|
||||
"@": "operator",
|
||||
"%": "halfop",
|
||||
"+": "voice",
|
||||
};
|
||||
|
||||
const tagEscapeMap = {
|
||||
";": "\\:",
|
||||
" ": "\\s",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue