Send WHO query when opening nick buffer
This commit is contained in:
parent
74b720c131
commit
57ed3a13a3
3 changed files with 43 additions and 9 deletions
|
@ -1,5 +1,7 @@
|
|||
export const RPL_WELCOME = "001";
|
||||
export const RPL_ENDOFWHO = "315";
|
||||
export const RPL_TOPIC = "332";
|
||||
export const RPL_WHOREPLY = "352";
|
||||
export const RPL_NAMREPLY = "353";
|
||||
export const RPL_ENDOFNAMES = "366";
|
||||
export const ERR_PASSWDMISMATCH = "464";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue