From 454dc86e663e8c19148e2c172feca0e367c51694 Mon Sep 17 00:00:00 2001 From: "Tristan B. Velloza Kildaire" Date: Wed, 15 Mar 2023 20:47:37 +0200 Subject: [PATCH] Constants - Added `RPL_GLOBALUSERS` and `RPL_WHOISCERTFP` --- source/birchwood/protocol/constants.d | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/birchwood/protocol/constants.d b/source/birchwood/protocol/constants.d index 3ef2f1a..e6d7e26 100644 --- a/source/birchwood/protocol/constants.d +++ b/source/birchwood/protocol/constants.d @@ -148,6 +148,9 @@ module birchwood.protocol.constants; * ircv3 */ RPL_LOCALUSERS = 265, + RPL_GLOBALUSERS = 266, + RPL_WHOISCERTFP = 276, + BIRCHWOOD_UNKNOWN_RESP_CODE = 0 } \ No newline at end of file