1
0
mirror of https://github.com/deavmi/birchwood synced 2024-09-20 13:43:19 +02:00

Constants

- Added `RPL_GLOBALUSERS` and `RPL_WHOISCERTFP`
This commit is contained in:
Tristan B. Velloza Kildaire 2023-03-15 20:47:37 +02:00
parent 3b0136d725
commit 454dc86e66

View File

@ -148,6 +148,9 @@ module birchwood.protocol.constants;
* ircv3
*/
RPL_LOCALUSERS = 265,
RPL_GLOBALUSERS = 266,
RPL_WHOISCERTFP = 276,
BIRCHWOOD_UNKNOWN_RESP_CODE = 0
}