From 9633e76c1c9335a23f95e5500ca6ae322aeefdf3 Mon Sep 17 00:00:00 2001 From: "Tristan B. Velloza Kildaire" Date: Thu, 16 Mar 2023 13:05:32 +0200 Subject: [PATCH] Constants - Added `RPL_BOUNCE` support back with the new code `010` as per the IRCv3 spec --- source/birchwood/protocol/constants.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/birchwood/protocol/constants.d b/source/birchwood/protocol/constants.d index 24d1718..6c831b2 100644 --- a/source/birchwood/protocol/constants.d +++ b/source/birchwood/protocol/constants.d @@ -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, /**