Route channel mode and invite/except list to channel buffer
This commit is contained in:
parent
dd753aab2e
commit
a9c1abb064
2 changed files with 12 additions and 0 deletions
|
@ -11,9 +11,15 @@ export const RPL_WHOISIDLE = "317";
|
|||
export const RPL_ENDOFWHOIS = "318";
|
||||
export const RPL_WHOISCHANNELS = "319";
|
||||
export const RPL_ENDOFWHO = "315";
|
||||
export const RPL_CHANNELMODEIS = "324";
|
||||
export const RPL_CREATIONTIME = "329";
|
||||
export const RPL_NOTOPIC = "331";
|
||||
export const RPL_TOPIC = "332";
|
||||
export const RPL_TOPICWHOTIME = "333";
|
||||
export const RPL_INVITELIST = "346";
|
||||
export const RPL_ENDOFINVITELIST = "347";
|
||||
export const RPL_EXCEPTLIST = "348";
|
||||
export const RPL_ENDOFEXCEPTLIST = "349";
|
||||
export const RPL_WHOREPLY = "352";
|
||||
export const RPL_NAMREPLY = "353";
|
||||
export const RPL_ENDOFNAMES = "366";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue