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

Constants

- Added `RPL_BOUNCE` support back with the new code `010` as per the IRCv3 spec
This commit is contained in:
Tristan B. Velloza Kildaire 2023-03-16 13:05:32 +02:00
parent 9070bf4573
commit 9633e76c1c

View File

@ -156,7 +156,7 @@ public enum ReplyType : ulong
RPL_YOURHOST = 002,
RPL_CREATED = 003,
RPL_MYINFO = 004,
// RPL_BOUNCE = 005, // TODO: We care about the key-value pairs here in RPL_BOUNCE
RPL_BOUNCE = 010, // In ircv3 this changed from 005 to 010
ERR_NOCHANMODES = 477,
/**