Add support for WHOX
This allows querying the account of the user.
This commit is contained in:
parent
0b32d9295a
commit
329f9063d0
4 changed files with 105 additions and 17 deletions
|
@ -23,6 +23,7 @@ export const RPL_EXCEPTLIST = "348";
|
|||
export const RPL_ENDOFEXCEPTLIST = "349";
|
||||
export const RPL_WHOREPLY = "352";
|
||||
export const RPL_NAMREPLY = "353";
|
||||
export const RPL_WHOSPCRPL = "354";
|
||||
export const RPL_ENDOFNAMES = "366";
|
||||
export const RPL_BANLIST = "367";
|
||||
export const RPL_ENDOFBANLIST = "368";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue