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

Constants

- Added `ERR_NOCHANMODES`
This commit is contained in:
Tristan B. Velloza Kildaire 2023-03-15 20:50:03 +02:00
parent 1f7e3a96af
commit 57ce756120

View File

@ -158,6 +158,7 @@ public enum ReplyType : ulong
RPL_CREATED = 003,
RPL_MYINFO = 004,
RPL_BOUNCE = 005, // TODO: We care about the key-value pairs here in RPL_BOUNCE
ERR_NOCHANMODES = 477,