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