]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - src/messages.tab
Implement operspy for /LIST.
[irc/rqf/shadowircd.git] / src / messages.tab
index 8ec7d9c7c1658248a99c5d0f3cdc1fcd4f92dc45..28f413c2aa4e25e3656f10716a81495fdbc80eea 100644 (file)
@@ -24,7 +24,7 @@ static  const char *  replies[] = {
 /* 001  RPL_WELCOME, */ ":Welcome to the %s Internet Relay Chat Network %s",
 /* 002  RPL_YOURHOST,*/ ":Your host is %s, running version %s",
 /* 003  RPL_CREATED, */ ":This server was created %s",
-/* 004  RPL_MYINFO, */ "%s %s %s %s bkloveqjfI",
+/* 004  RPL_MYINFO, */ "%s %s %s %s %s",
 /* 005  RPL_ISUPPORT, */ "%s :are supported by this server",
 /* 006 */       NULL,
 /* 007 */       NULL,
@@ -343,10 +343,10 @@ static  const char *  replies[] = {
 /* 319 RPL_WHOISCHANNELS, */    ":%s 319 %s %s :",
 /* 320 */      NULL,
 /* 321 RPL_LISTSTART, */        ":%s 321 %s Channel :Users  Name",
-/* 322 RPL_LIST, */             ":%s 322 %s %s %d :%s",
+/* 322 RPL_LIST, */             ":%s 322 %s %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 %s :is the current channel mode-lock",
 /* 326 */       NULL,
 /* 327 */       NULL,
 /* 328 RPL_CHANNELURL */       NULL,
@@ -470,7 +470,7 @@ static  const char *  replies[] = {
 /* 446 ERR_USERSDISABLED, */   NULL,
 /* 447 ERR_NOINVITE */         ":Can't send invite to %s (+V set)",
 /* 448 */       NULL,
-/* 449 ERR_NONICK */           "%s :Cannot change nickname while on channel (+N set)",
+/* 449 ERR_NONICK */           "%s :Cannot change nickname while on channel (+d set)",
 /* 450 */       NULL,
 /* 451 ERR_NOTREGISTERED, */    ":%s 451 * :You have not registered",
 /* 452 */       NULL,
@@ -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 */      NULL,
+/* 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,