added recover command to recover zombies from user side
[ircu2.10.12-pk.git] / ircd / s_err.c
index ede3c24b74119f2d5cfc2bb45e0b964eb15da886..bc7d0ffbd4347d677789b550fc1aa3ccc3d53537 100644 (file)
@@ -900,7 +900,7 @@ static Numeric replyTable[] = {
 /* 433 */
   { ERR_NICKNAMEINUSE, "%s :Nickname is already in use.", "433" },
 /* 434 */
-  { 0 },
+  { ERR_RECOVERDENIED, "%s :You may not recover this connection. (%s)", "434" },
 /* 435 */
   { 0 },
 /* 436 */
@@ -992,7 +992,7 @@ static Numeric replyTable[] = {
 /* 479 */
   { ERR_BADCHANNAME, "%s :Cannot join channel (Badchanneled: %s)", "479" },
 /* 480 */
-  { 0 },
+  { ERR_SSLCHANNEL, "%s :%s", "480" },
 /* 481 */
   { ERR_NOPRIVILEGES, ":Permission Denied: Insufficient privileges", "481" },
 /* 482 */