added recover command to recover zombies from user side
[ircu2.10.12-pk.git] / include / numeric.h
index ba7affed7a296e409be4537eb01a92e1072bfc5c..6de836346df470b0c6f6c2a3a1dd463ea5886f6d 100644 (file)
@@ -319,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
@@ -356,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 ? */
@@ -408,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