Parse RPL_MYINFO
This commit is contained in:
parent
57ed3a13a3
commit
1807f29d2d
3 changed files with 20 additions and 5 deletions
|
@ -1,4 +1,7 @@
|
|||
export const RPL_WELCOME = "001";
|
||||
export const RPL_YOURHOST = "002";
|
||||
export const RPL_CREATED = "003";
|
||||
export const RPL_MYINFO = "004";
|
||||
export const RPL_ENDOFWHO = "315";
|
||||
export const RPL_TOPIC = "332";
|
||||
export const RPL_WHOREPLY = "352";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue