]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - src/messages.tab
Clarify connection setup.
[irc/rqf/shadowircd.git] / src / messages.tab
index 6bb02300122034ce89d0d8c351247a5555b72625..07b6fe9a4622eb5da8ee817486a68c894732efc2 100644 (file)
  *   along with this program; if not, write to the Free Software
  *   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *
- *   $Id: messages.tab 2731 2006-11-09 23:53:43Z jilles $
+ *   $Id: messages.tab 3548 2007-08-09 06:40:52Z nenolod $
  */
 
 static  const char *  replies[] = {
 /* 000 */       NULL,
-/* 001  RPL_WELCOME, */ ":%s 001 %s :Welcome to the %s Internet Relay Chat Network %s",
-/* 002  RPL_YOURHOST,*/ ":%s 002 %s :Your host is %s, running version %s",
-/* 003  RPL_CREATED, */ ":%s 003 %s :This server was created %s",
-/* 004  RPL_MYINFO, */ ":%s 004 %s %s %s %s biklmnopstveqrcgzjfILPQF bkloveqjfI",
+/* 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",
 /* 005  RPL_ISUPPORT, */ "%s :are supported by this server",
 /* 006 */       NULL,
 /* 007 */       NULL,
-/* 008  RPL_SNOMASK */  ":%s 008 %s %s :Server notice mask",
+/* 008  RPL_SNOMASK */  "%s :Server notice mask",
 /* 009 */       NULL,
-/* 010  RPL_REDIR, */ ":%s 010 %s %s %d :Please use this Server/Port instead",
+/* 010  RPL_REDIR, */ "%s %d :Please use this Server/Port instead",
 /* 011 */       NULL,
 /* 012 */       NULL,
 /* 013 */       NULL,
 /* 014 */       NULL,
-/* 015 RPL_MAP */    ":%s 015 %s :%s",
+/* 015 RPL_MAP */    ":%s",
 /* 016 */       NULL,
-/* 017 RPL_MAPEND */ ":%s 017 %s :End of /MAP",
+/* 017 RPL_MAPEND */ ":End of /MAP",
 /* 018 */       NULL,
 /* 019 */       NULL,
 /* 020 */      NULL,
@@ -235,13 +235,13 @@ static  const char *  replies[] = {
 /* 212 RPL_STATSCOMMANDS, */    "%s %u %u :%u",
 /* 213 RPL_STATSCLINE, */       "C %s %s %s %d %s",
 /* 214 RPL_STATSNLINE, */       NULL,
-/* 215 RPL_STATSILINE, */       "I %s * %s@%s %d %s",
+/* 215 RPL_STATSILINE, */       "I %s %s %s@%s %d %s",
 /* 216 RPL_STATSKLINE, */       "%c %s * %s :%s%s%s",
 /* 217 RPL_STATSQLINE, */       "%c %d %s :%s",
 /* 218 RPL_STATSYLINE, */       "Y %s %d %d %d %u %d.%d %d.%d %u",
 /* 219 RPL_ENDOFSTATS, */       "%c :End of /STATS report",
-/* 220 RPL_STATSPLINE, */       "%c %d %s %d :%s",
-/* 221 RPL_UMODEIS, */          ":%s 221 %s %s",
+/* 220 RPL_STATSPLINE, */       "%c %d %s %d :%s%s",
+/* 221 RPL_UMODEIS, */          "%s",
 /* 222 */      NULL,
 /* 223 */       NULL,
 /* 224 */       NULL,
@@ -277,22 +277,21 @@ static  const char *  replies[] = {
 /* 253 RPL_LUSERUNKNOWN, */     "%d :unknown connection(s)",
 /* 254 RPL_LUSERCHANNELS, */    "%d :channels formed",
 /* 255 RPL_LUSERME, */          ":I have %d clients and %d servers",
-/* 256 RPL_ADMINME, */          ":%s 256 %s :Administrative info about %s",
-/* 257 RPL_ADMINLOC1, */        ":%s 257 %s :%s",
-/* 258 RPL_ADMINLOC2, */        ":%s 258 %s :%s",
-/* 259 RPL_ADMINEMAIL, */       ":%s 259 %s :%s",
+/* 256 RPL_ADMINME, */          ":Administrative info about %s",
+/* 257 RPL_ADMINLOC1, */        ":%s",
+/* 258 RPL_ADMINLOC2, */        ":%s",
+/* 259 RPL_ADMINEMAIL, */       ":%s",
 /* 260 */       NULL,
 /* 261 RPL_TRACELOG, */         NULL,
 /* 262 RPL_ENDOFTRACE, */       "%s :End of TRACE",
-/* 263 RPL_LOAD2HI, */          
-":%s 263 %s %s :Server load is temporarily too heavy. Please wait a while and try again.",
+/* 263 RPL_LOAD2HI, */          ":%s 263 %s %s :This command could not be completed because it has been used recently, and is rate-limited.",
 /* 264 */       NULL,
 /* 265 RPL_LOCALUSERS, */       "%d %d :Current local users %d, max %d",
 /* 266 RPL_GLOBALUSERS, */      "%d %d :Current global users %d, max %d",
 /* 267 */       NULL,
 /* 268 */       NULL,
 /* 269 */       NULL,
-/* 270 */       NULL,
+/* 270 RPL_PRIVS, */            "%s :%s",
 /* 271 */       NULL,
 /* 272 */       NULL,
 /* 273 */       NULL,
@@ -327,8 +326,8 @@ static  const char *  replies[] = {
 /* 302 RPL_USERHOST, */  ":%s 302 %s :%s",
 /* 303 RPL_ISON, */     ":%s 303 %s :",
 /* 304 RPL_TEXT, */      NULL,
-/* 305 RPL_UNAWAY, */   ":%s 305 %s :You are no longer marked as being away",
-/* 306 RPL_NOWAWAY, */  ":%s 306 %s :You have been marked as being away",
+/* 305 RPL_UNAWAY, */   ":You are no longer marked as being away",
+/* 306 RPL_NOWAWAY, */  ":You have been marked as being away",
 /* 307 */       NULL,
 /* 308 */       NULL,
 /* 309 */       NULL,
@@ -350,7 +349,7 @@ static  const char *  replies[] = {
 /* 325 */       NULL,
 /* 326 */       NULL,
 /* 327 */       NULL,
-/* 328 */       NULL,
+/* 328 RPL_CHANNELURL */       NULL,
 /* 329 RPL_CREATIONTIME, */    ":%s 329 %s %s %lu", 
 /* 330 RPL_WHOISLOGGEDIN */    ":%s 330 %s %s %s :is logged in as",
 /* 331 RPL_NOTOPIC, */          ":%s 331 %s %s :No topic is set.",
@@ -376,7 +375,7 @@ static  const char *  replies[] = {
 /* 351 RPL_VERSION, */          "%s(%s). %s :%s TS%dow %s",
 /* 352 RPL_WHOREPLY, */         ":%s 352 %s %s %s %s %s %s %s :%d %s",
 /* 353 RPL_NAMREPLY, */         ":%s 353 %s %s %s :",
-/* 354 */       NULL,
+/* 354 RPL_WHOSPCRPL */         NULL,
 /* 355 */       NULL,
 /* 356 */       NULL,
 /* 357 */       NULL,
@@ -403,7 +402,7 @@ static  const char *  replies[] = {
 /* 378 RPL_WHOISHOST, */        "%s :is connecting from *@%s %s",
 /* 379 */       NULL,
 /* 380 */       NULL,
-/* 381 RPL_YOUREOPER, */        ":%s 381 %s :Here I am with a brain the size of a planet, and they want me to bring them coffee. I think I'll just kill myself...",
+/* 381 RPL_YOUREOPER, */        ":%s 381 %s :I can't work under these conditions anymore! The charybdis developers' jokes are just too lame!!! I quit! Really!",
 /* 382 RPL_REHASHING, */        ":%s 382 %s %s :Rehashing",
 /* 383 */       NULL,
 /* 384 RPL_MYPORTIS, */                NULL,
@@ -493,20 +492,20 @@ static  const char *  replies[] = {
 /* 468 */       NULL,
 /* 469 */       NULL,
 /* 470 ERR_LINKCHANNEL */       "%s %s :Forwarding to another channel",
-/* 471 ERR_CHANNELISFULL, */    ":%s 471 %s %s :Cannot join channel (+l)",
+/* 471 ERR_CHANNELISFULL, */    ":%s 471 %s %s :Cannot join channel (+l) - channel is full, try again later",
 /* 472 ERR_UNKNOWNMODE  , */    ":%s 472 %s %c :is unknown mode char to me",
-/* 473 ERR_INVITEONLYCHAN, */   ":%s 473 %s %s :Cannot join channel (+i)",
-/* 474 ERR_BANNEDFROMCHAN, */   ":%s 474 %s %s :Cannot join channel (+b)",
-/* 475 ERR_BADCHANNELKEY, */    ":%s 475 %s %s :Cannot join channel (+k)",
+/* 473 ERR_INVITEONLYCHAN, */   ":%s 473 %s %s :Cannot join channel (+i) - you must be invited",
+/* 474 ERR_BANNEDFROMCHAN, */   ":%s 474 %s %s :Cannot join channel (+b) - you are banned",
+/* 475 ERR_BADCHANNELKEY, */    ":%s 475 %s %s :Cannot join channel (+k) - bad key",
 /* 476 ERR_BADCHANMASK, */     NULL,
-/* 477 ERR_NEEDREGGEDNICK */   ":%s 477 %s %s :Cannot join channel (+r)",
+/* 477 ERR_NEEDREGGEDNICK */   ":%s 477 %s %s :Cannot join channel (+r) - you need to be identified with services",
 /* 478 ERR_BANLISTFULL, */      ":%s 478 %s %s %s :Channel ban list is full",
 /* 479 ERR_BADCHANNAME */       "%s :Illegal channel name",
-/* 480 ERR_THROTTLE */          ":%s 480 %s %s :Cannot join channel (throttle exceeded)",
+/* 480 ERR_THROTTLE */          ":%s 480 %s %s :Cannot join channel (+j) - throttle exceeded, try again later",
 /* 481 ERR_NOPRIVILEGES, */    ":Permission Denied - You're not an IRC operator",
 /* 482 ERR_CHANOPRIVSNEEDED, */ ":%s 482 %s %s :You're not channel operator",
 /* 483 ERR_CANTKILLSERVER, */   ":You can't kill a server!",
-/* 484 ERR_ISCHANSERVICE */     ":%s 484 %s %s %s :Cannot kill, kick or deop a network service",
+/* 484 ERR_ISCHANSERVICE */     ":%s 484 %s %s %s :Cannot kick or deop a network service",
 /* 485 ERR_BANNEDNICK, */      NULL,
 /* 486 ERR_NONONREG */          "%s :You must log in with services to message this user",
 /* 487 */       NULL,
@@ -539,7 +538,7 @@ static  const char *  replies[] = {
 /* 514 */      NULL,
 /* 515 */      NULL,
 /* 516 */      NULL,
-/* 517 */      NULL,
+/* 517 ERR_DISABLED */         "%s :This command has been administratively disabled",
 /* 518 */      NULL,
 /* 519 */      NULL,
 /* 520 */      NULL,
@@ -693,7 +692,7 @@ static  const char *  replies[] = {
 /* 668 */      NULL,
 /* 669 */      NULL,
 /* 670 */      NULL,
-/* 671 */      NULL,
+/* 671 RPL_WHOISSECURE, */     "%s :is using a secure connection",
 /* 672 */      NULL,
 /* 673 */      NULL,
 /* 674 */      NULL,