lib/client: add Client.cm

This contains the current connection case-mapping, parsed from the
CASEMAPPING ISUPPORT token.
This commit is contained in:
Simon Ser 2021-05-27 15:14:03 +02:00
parent 3110a9e2df
commit 615e746ec5
2 changed files with 22 additions and 1 deletions

View file

@ -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";