Merge branch 'master' into KeepConn
[ircu2.10.12-pk.git] / ircd / s_err.c
index ede3c24b74119f2d5cfc2bb45e0b964eb15da886..c8a3e58c2434255f470606fb24d0ec172996c647 100644 (file)
@@ -718,7 +718,7 @@ static Numeric replyTable[] = {
 /* 342 */
   { 0 },
 /* 343 */
-  { 0 },
+  { RPL_UNINVITE, "%s %s", "343" },
 /* 344 */
   { 0 },
 /* 345 */
@@ -728,9 +728,9 @@ static Numeric replyTable[] = {
 /* 347 */
   { RPL_ENDOFINVITELIST, ":End of Invite List", "347" },
 /* 348 */
-  { 0 },
+  { RPL_EXCEPTLIST, "%s %s %s %Tu", "348" },
 /* 349 */
-  { 0 },
+  { RPL_ENDOFEXCEPTLIST, "%s :End of Channel Exception List", "349" },
 /* 350 */
   { 0 },
 /* 351 */
@@ -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 */
@@ -928,7 +928,7 @@ static Numeric replyTable[] = {
 /* 447 */
   { 0 },
 /* 448 */
-  { 0 },
+  { ERR_USERNOTINVITED, "%s %s :is not invited to channel", "448" },
 /* 449 */
   { 0 },
 /* 450 */
@@ -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 */