]> jfr.im git - irc/blitzed-org/charybdis.git/commitdiff
Add RPL_CHANNELMLOCKIS for ircd-side MLOCK enforcement.
authorWilliam Pitcock <redacted>
Mon, 8 Mar 2010 03:35:54 +0000 (21:35 -0600)
committerWilliam Pitcock <redacted>
Mon, 8 Mar 2010 03:35:54 +0000 (21:35 -0600)
include/numeric.h
src/messages.tab

index 16059b7da12043fef2e0d75113cf7c1095181a98..9a17db1cd973153a309f945b427dfa569b0c9301 100644 (file)
@@ -155,6 +155,7 @@ extern const char *form_str(int);
 #define RPL_LIST             322
 #define RPL_LISTEND          323
 #define RPL_CHANNELMODEIS    324
+#define RPL_CHANNELMLOCK     325 /* from sorircd 1.3 --nenolod */
 
 #define RPL_CHANNELURL       328 /* to be sent by services */
 
index fe95da81dffc6ec87ca0381787adc9c1a5900c86..e5b432a510e2436aa3eb9626a38475d5f1db4915 100644 (file)
@@ -346,7 +346,7 @@ static  const char *  replies[] = {
 /* 322 RPL_LIST, */             ":%s 322 %s %s %d :%s",
 /* 323 RPL_LISTEND, */          ":%s 323 %s :End of /LIST",
 /* 324 RPL_CHANNELMODEIS, */    ":%s 324 %s %s %s",
-/* 325 */       NULL,
+/* 325 RPL_CHANNELMLOCKIS, */   ":%s 325 %s %s :is the current channel mode-lock",
 /* 326 */       NULL,
 /* 327 */       NULL,
 /* 328 RPL_CHANNELURL */       NULL,