lib/client: add Client.cm
This contains the current connection case-mapping, parsed from the CASEMAPPING ISUPPORT token.
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user