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

Constants

- `005` is now `RPL_ISUPPORT` in ircv3 and not `RPL_BOUNCE` as in rf2812
This commit is contained in:
Tristan B. Velloza Kildaire 2023-03-16 12:56:14 +02:00
parent e0f1f1f841
commit 5782b84c5d

View File

@ -150,6 +150,7 @@ module birchwood.protocol.constants;
RPL_LOCALUSERS = 265,
RPL_GLOBALUSERS = 266,
RPL_WHOISCERTFP = 276,
RPL_ISUPPORT = 005, // THis overrides the old rfc2812 RPL_BOUNCE code (we can only support one of these)
BIRCHWOOD_UNKNOWN_RESP_CODE = 0