Ignore RPL_AWAY
This commit is contained in:
parent
3e2ac307f6
commit
3e309e9dfe
2 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,7 @@ export const RPL_CREATED = "003";
|
|||
export const RPL_MYINFO = "004";
|
||||
export const RPL_ISUPPORT = "005";
|
||||
export const RPL_UMODEIS = "221";
|
||||
export const RPL_AWAY = "301";
|
||||
export const RPL_WHOISUSER = "311";
|
||||
export const RPL_WHOISSERVER = "312";
|
||||
export const RPL_WHOISOPERATOR = "313";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue