Add /quiet and /unquiet
This commit is contained in:
parent
5507b3253b
commit
4249da4ba8
3 changed files with 26 additions and 0 deletions
|
@ -38,6 +38,9 @@ export const ERR_PASSWDMISMATCH = "464";
|
|||
export const ERR_YOUREBANNEDCREEP = "465";
|
||||
// RFC 2812
|
||||
export const ERR_UNAVAILRESOURCE = "437";
|
||||
// Other
|
||||
export const RPL_QUIETLIST = "728";
|
||||
export const RPL_ENDOFQUIETLIST = "729";
|
||||
// IRCv3 SASL: https://ircv3.net/specs/extensions/sasl-3.1
|
||||
export const RPL_LOGGEDIN = "900";
|
||||
export const RPL_LOGGEDOUT = "901";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue