added recover command to recover zombies from user side
[ircu2.10.12-pk.git] / include / numeric.h
index 49d2de4de9493e0f7122af83156e25b179edaaf3..6de836346df470b0c6f6c2a3a1dd463ea5886f6d 100644 (file)
@@ -268,8 +268,6 @@ extern const struct Numeric* get_error_numeric(int err);
 #define RPL_ISSUEDINVITE     345        /* Undernet extension */
 #define RPL_INVITELIST       346        /* IRCnet, Undernet extension */
 #define RPL_ENDOFINVITELIST  347        /* IRCnet, Undernet extension */
-#define RPL_EXCEPTIONLIST    348        /* IRCu-Patchset Extension */
-#define RPL_ENDOFEXCEPTIONLIST 349      /* IRCu-Patchset Extension */
 /*      RPL_EXCEPTLIST       348           IRCnet extension */
 /*      RPL_ENDOFEXCEPTLIST  349           IRCnet extension */
 
@@ -321,6 +319,7 @@ extern const struct Numeric* get_error_numeric(int err);
 /*      RPL_END_USERS        394        Dalnet/EFnet/IRCnet */
 /*      RPL_NOUSERS          395        Dalnet/EFnet/IRCnet */
 #define RPL_HOSTHIDDEN       396       /* UMODE +x completed succesfuly */
+#define RPL_HOSTUSERHIDDEN  397        /* UMODE +x completed succesfuly (with USERNAME change) */
 
 /*
  * Errors are in the range from 400-599 currently and are grouped by what
@@ -358,6 +357,7 @@ extern const struct Numeric* get_error_numeric(int err);
 #define ERR_NONICKNAMEGIVEN  431
 #define ERR_ERRONEUSNICKNAME 432
 #define ERR_NICKNAMEINUSE    433
+#define ERR_RECOVERDENIED    434
 /*      ERR_SERVICENAMEINUSE 434 ? */
 /*     ERR_NORULES          434   unreal */
 /*      ERR_SERVICECONFUSED  435 ? */
@@ -410,6 +410,7 @@ extern const struct Numeric* get_error_numeric(int err);
 
 #define ERR_BADCHANNAME      479        /* EFNet extension */
                                         /* 479 Undernet extension badchan */
+#define ERR_SSLCHANNEL       480
 /*     ERR_CANNOTKNOCK      480        unreal */
 /*     ERR_NOULINE          480        austnet */
 #define ERR_NOPRIVILEGES     481