lib/client: add Client.cm
This contains the current connection case-mapping, parsed from the CASEMAPPING ISUPPORT token.
This commit is contained in:
parent
3110a9e2df
commit
615e746ec5
2 changed files with 22 additions and 1 deletions
|
@ -11,6 +11,7 @@ export const RPL_TOPICWHOTIME = "333";
|
|||
export const RPL_WHOREPLY = "352";
|
||||
export const RPL_NAMREPLY = "353";
|
||||
export const RPL_ENDOFNAMES = "366";
|
||||
export const RPL_ENDOFMOTD = "376";
|
||||
export const ERR_NOMOTD = "422";
|
||||
export const ERR_ERRONEUSNICKNAME = "432";
|
||||
export const ERR_NICKNAMEINUSE = "433";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue