Send WHO query when opening nick buffer

This commit is contained in:
Simon Ser 2020-06-26 12:00:10 +02:00
parent 74b720c131
commit 57ed3a13a3
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
3 changed files with 43 additions and 9 deletions

View file

@ -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";