Handle RPL_INVITING

This commit is contained in:
Simon Ser 2021-06-24 18:01:24 +02:00
parent 0fa6381c07
commit 429450e060
3 changed files with 11 additions and 1 deletions

View file

@ -16,6 +16,7 @@ export const RPL_CREATIONTIME = "329";
export const RPL_NOTOPIC = "331";
export const RPL_TOPIC = "332";
export const RPL_TOPICWHOTIME = "333";
export const RPL_INVITING = "341";
export const RPL_INVITELIST = "346";
export const RPL_ENDOFINVITELIST = "347";
export const RPL_EXCEPTLIST = "348";