]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/numerics.h
Improve the message sent when overriding channel modes.
[user/henk/code/inspircd.git] / include / numerics.h
index baae8de5ce76c853230279b87c3befdf3f98dea1..fa694e21476117e36e45f3d8ccae3b5d55ee71e6 100644 (file)
@@ -3,7 +3,7 @@
  *
  *   Copyright (C) 2017 B00mX0r <b00mx0r@aureus.pw>
  *   Copyright (C) 2016 Attila Molnar <attilamolnar@hush.com>
- *   Copyright (C) 2013, 2015-2018 Sadie Powell <sadie@witchery.services>
+ *   Copyright (C) 2013, 2015-2018, 2020 Sadie Powell <sadie@witchery.services>
  *   Copyright (C) 2013 Adam <Adam@anope.org>
  *   Copyright (C) 2012, 2019 Robby <robby@chatbelgie.be>
  *   Copyright (C) 2009 Uli Schlachter <psychon@inspircd.org>
@@ -50,6 +50,7 @@ enum
        RPL_ENDMAP                      = 17, // ircu
        RPL_MAPUSERS                    = 18, // insp-specific
 
+       RPL_STATS                       = 210, // From aircd.
        RPL_UMODEIS                     = 221,
 
        RPL_LUSERCLIENT                 = 251,
@@ -85,8 +86,6 @@ enum
 
        RPL_USERIP                      = 340,
        RPL_INVITING                    = 341,
-       RPL_INVITELIST                  = 346, // insp-specific (stolen from ircu)
-       RPL_ENDOFINVITELIST             = 347, // insp-specific (stolen from ircu)
        RPL_VERSION                     = 351,
        RPL_NAMREPLY                    = 353,
        RPL_LINKS                       = 364,