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

Constants

- Added `RPL_LOCALUSERS`
This commit is contained in:
Tristan B. Velloza Kildaire 2023-03-15 20:43:09 +02:00
parent 7c8208182f
commit 3b0136d725

View File

@ -144,5 +144,10 @@ module birchwood.protocol.constants;
ERR_BADCHANMASK = 476,
/**
* ircv3
*/
RPL_LOCALUSERS = 265,
BIRCHWOOD_UNKNOWN_RESP_CODE = 0
}