]> jfr.im git - irc/rqf/shadowircd.git/commitdiff
Change ERR_MLOCKRESTRICTED to 742 as 735-739 seem for MONITOR extensions.
authorJD Horelick <redacted>
Sat, 11 Sep 2010 17:55:06 +0000 (13:55 -0400)
committerJD Horelick <redacted>
Sat, 11 Sep 2010 17:55:06 +0000 (13:55 -0400)
include/numeric.h
src/messages.tab

index 3ee3871794ccdba6154809804e092050cf2abccf..d12f5e67e95d85a187e283662c7b88c609c75b0c 100644 (file)
@@ -377,11 +377,11 @@ extern const char *form_str(int);
 
 #define ERR_NOCOMMONCHAN       737
 
-#define ERR_MLOCKRESTRICTED    735
-
 #define RPL_RSACHALLENGE2       740
 #define RPL_ENDOFRSACHALLENGE2  741
 
+#define ERR_MLOCKRESTRICTED     742
+
 #define RPL_SCANMATCHED                750
 #define RPL_SCANUMODES         751
 
index 686587469305db85acaac988c5510c7ce4b9512c..d2af21943e8b186d24e597815b10c8734d629dc5 100644 (file)
@@ -756,14 +756,14 @@ static  const char *  replies[] = {
 /* 732 RPL_MONLIST */          ":%s 732 %s :%s",
 /* 733 RPL_ENDOFMONLIST */     ":%s 733 %s :End of MONITOR list",
 /* 734 ERR_MONLISTFULL */      ":%s 734 %s %d %s :Monitor list is full",
-/* 735 ERR_MLOCKRESTRICTED */  "%s %c %s :MODE cannot be set due to channel having an active MLOCK restriction policy",
+/* 735 */   NULL,
 /* 736 */      NULL,
 /* 737 ERR_NOCOMMONCHAN*/      "%s :is in +G mode (server-side ignore) and you do not share a common channel with them.",
 /* 738 */      NULL,
 /* 739 */      NULL,
 /* 740 RPL_RSACHALLENGE2*/     ":%s 740 %s :%s",
 /* 741 RPL_ENDOFRSACHALLENGE2*/        ":%s 741 %s :End of CHALLENGE",
-/* 742 */      NULL,
+/* 742 ERR_MLOCKRESTRICTED */  "%s %c %s :MODE cannot be set due to channel having an active MLOCK restriction policy",
 /* 743 */      NULL,
 /* 744 */      NULL,
 /* 745 */      NULL,