components/buffer: add RPL_UMODEIS pretty-printing
This commit is contained in:
parent
0b4302e059
commit
19ee5553f6
2 changed files with 9 additions and 0 deletions
|
@ -4,6 +4,7 @@ export const RPL_YOURHOST = "002";
|
|||
export const RPL_CREATED = "003";
|
||||
export const RPL_MYINFO = "004";
|
||||
export const RPL_ISUPPORT = "005";
|
||||
export const RPL_UMODEIS = "221";
|
||||
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