]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/numerics.h
Make BindPorts return size_t instead of int.
[user/henk/code/inspircd.git] / include / numerics.h
index 343f882527007117524d5341e32b274b78153121..8bde83e1a23d08d037b21b1f0d91992c43b744f9 100644 (file)
@@ -124,7 +124,7 @@ enum
 
        /*
         * A quick side-rant about the next group of numerics..
-        * There are clients out there that like to assume that just because they don't recieve a numeric
+        * There are clients out there that like to assume that just because they don't receive a numeric
         * they know, that they have joined the channel.
         *
         * If IRC was at all properly standardised, this may even be a semi-acceptable assumption to make,
@@ -133,7 +133,7 @@ enum
         * instead!
         *
         * tl;dr version:
-        *   DON'T MAKE YOUR CLIENT ASSUME YOU JOINED UNLESS YOU RECIEVE A JOIN WITH YOUR DAMN NICK ON IT.
+        *   DON'T MAKE YOUR CLIENT ASSUME YOU JOINED UNLESS YOU RECEIVE A JOIN WITH YOUR DAMN NICK ON IT.
         * Thanks.
         *
         *  -- A message from the IRC group for coder sanity, and w00t
@@ -158,6 +158,8 @@ enum
 
        RPL_SYNTAX                      = 650, // insp-specific
        ERR_INVALIDMODEPARAM            = 696, // insp-specific
+       ERR_LISTMODEALREADYSET          = 697, // insp-specific
+       ERR_LISTMODENOTSET              = 698, // insp-specific
 
        RPL_OTHERUMODEIS                = 803, // insp-specific
        RPL_OTHERSNOMASKIS              = 804, // insp-specific