From 5782b84c5d341cc37c2f85f2869dcc24af3e4402 Mon Sep 17 00:00:00 2001 From: "Tristan B. Velloza Kildaire" Date: Thu, 16 Mar 2023 12:56:14 +0200 Subject: [PATCH] Constants - `005` is now `RPL_ISUPPORT` in ircv3 and not `RPL_BOUNCE` as in rf2812 --- source/birchwood/protocol/constants.d | 1 + 1 file changed, 1 insertion(+) diff --git a/source/birchwood/protocol/constants.d b/source/birchwood/protocol/constants.d index e6d7e26..136083a 100644 --- a/source/birchwood/protocol/constants.d +++ b/source/birchwood/protocol/constants.d @@ -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