ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/src/numeric.c
(Generate patch)

Comparing ircd-hybrid/branches/8.2.x/src/numeric.c (file contents):
Revision 4765 by michael, Sun Oct 19 17:22:22 2014 UTC vs.
Revision 5630 by michael, Sun Mar 1 12:18:47 2015 UTC

# Line 1 | Line 1
1   /*
2   *  ircd-hybrid: an advanced, lightweight Internet Relay Chat Daemon (ircd)
3   *
4 < *  Copyright (c) 1997-2014 ircd-hybrid development team
4 > *  Copyright (c) 1997-2015 ircd-hybrid development team
5   *
6   *  This program is free software; you can redistribute it and/or modify
7   *  it under the terms of the GNU General Public License as published by
# Line 34 | Line 34 | static const char *const replies[] =
34   /* 001 RPL_WELCOME */ ":Welcome to the %s Internet Relay Chat Network %s",
35   /* 002 RPL_YOURHOST */ ":Your host is %s, running version %s",
36   /* 003 RPL_CREATED */ ":This server was created %s",
37 < /* 004 RPL_MYINFO */ "%s %s %s bciklmnoprstveIMORS bkloveIh",
37 > /* 004 RPL_MYINFO */ "%s %s %s bchiklmnoprstveCIMORS bkloveIh",
38   /* 005 RPL_ISUPPORT */ "%s :are supported by this server",
39   /* 006 */ NULL,
40   /* 007 */ NULL,
# Line 360 | Line 360 | static const char *const replies[] =
360   /* 327 */ NULL,
361   /* 328 */ NULL,
362   /* 329 RPL_CREATIONTIME */ "%s %lu",
363 < /* 330 RPL_WHOISACCOUNT */ "%s %s :is logged in as",
363 > /* 330 RPL_WHOISACCOUNT */ "%s %s :%s logged in as",
364   /* 331 RPL_NOTOPIC */ "%s :No topic is set.",
365   /* 332 RPL_TOPIC */ "%s :%s",
366   /* 333 RPL_TOPICWHOTIME */ "%s %s %lu",
# Line 368 | Line 368 | static const char *const replies[] =
368   /* 335 RPL_WHOISTEXT */ "%s :%s",
369   /* 336 RPL_INVITELIST */ ":%s",
370   /* 337 RPL_ENDOFINVITELIST */ ":End of /INVITE list.",
371 < /* 338 RPL_WHOISACTUALLY */ "%s %s :actually using host",
371 > /* 338 RPL_WHOISACTUALLY */ "%s %s@%s %s :Actual user@host, actual IP",
372   /* 339 */ NULL,
373   /* 340 */ NULL,
374   /* 341 RPL_INVITING */ "%s %s",
# Line 472 | Line 472 | static const char *const replies[] =
472   /* 439 */ NULL,
473   /* 440 ERR_SERVICESDOWN */ "%s :Services are currently unavailable.",
474   /* 441 ERR_USERNOTINCHANNEL */ "%s %s :They aren't on that channel",
475 < /* 442 ERR_NOTONCHANNEL */ "%s :You're not on that channel",
475 > /* 442 ERR_NOTONCHANNEL */ "%s :You are not on that channel",
476   /* 443 ERR_USERONCHANNEL */ "%s %s :is already on channel",
477   /* 444 */ NULL,
478   /* 445 */ NULL,
# Line 500 | Line 500 | static const char *const replies[] =
500   /* 467 */ NULL,
501   /* 468 ERR_ONLYSERVERSCANCHANGE */ "%s :Only servers can change that mode",
502   /* 469 */ NULL,
503 < /* 470 ERR_OPERONLYCHAN */ "%s :Cannot join channel (+O)",
503 > /* 470 */ NULL,
504   /* 471 ERR_CHANNELISFULL */ "%s :Cannot join channel (+l)",
505   /* 472 ERR_UNKNOWNMODE */ "%c :is unknown mode char to me",
506   /* 473 ERR_INVITEONLYCHAN */ "%s :Cannot join channel (+i)",
# Line 510 | Line 510 | static const char *const replies[] =
510   /* 477 ERR_NEEDREGGEDNICK */ "%s :You need to identify to a registered nick to join or speak in that channel.",
511   /* 478 ERR_BANLISTFULL */ "%s %s :Channel ban list is full",
512   /* 479 ERR_BADCHANNAME */ "%s :Illegal channel name",
513 < /* 480 ERR_SSLONLYCHAN */ "%s :Cannot join channel (+S)",
514 < /* 481 ERR_NOPRIVILEGES */ ":Permission denied - You're not an IRC operator",
515 < /* 482 ERR_CHANOPRIVSNEEDED */ "%s :You're not channel operator",
513 > /* 480 */ NULL,
514 > /* 481 ERR_NOPRIVILEGES */ ":Permission denied - You are not an IRC operator",
515 > /* 482 ERR_CHANOPRIVSNEEDED */ "%s :You are not channel operator",
516   /* 483 ERR_CANTKILLSERVER */ ":You cannot kill a server!",
517   /* 484 */ NULL,
518   /* 485 ERR_CHANBANREASON */ "%s :Cannot join channel (%s)",
519   /* 486 ERR_NONONREG */ "%s :You must identify to a registered nick to private message that person",
520   /* 487 */ NULL,
521   /* 488 */ NULL,
522 < /* 489 */ NULL,
522 > /* 489 ERR_SSLONLYCHAN */ "%s :Cannot join channel (+S)",
523   /* 490 */ NULL,
524   /* 491 ERR_NOOPERHOST */ ":Only few of mere mortals may try to enter the twilight zone",
525 < /* 492 */ NULL,
525 > /* 492 ERR_NOCTCP */ "%s :You cannot send CTCPs to this channel. Not sent: %s",
526   /* 493 */ NULL,
527   /* 494 */ NULL,
528   /* 495 */ NULL,
# Line 533 | Line 533 | static const char *const replies[] =
533   /* 500 */ NULL,
534   /* 501 ERR_UMODEUNKNOWNFLAG */ ":Unknown MODE flag",
535   /* 502 ERR_USERSDONTMATCH */ ":Cannot change mode for other users",
536 < /* 503 ERR_GHOSTEDCLIENT */ ":Message could not be delivered to %s",
536 > /* 503 */ NULL,
537   /* 504 ERR_USERNOTONSERV */ "%s :User is not on this server",
538   /* 505 */ NULL,
539   /* 506 */ NULL,
# Line 550 | Line 550 | static const char *const replies[] =
550   /* 517 */ NULL,
551   /* 518 */ NULL,
552   /* 519 */ NULL,
553 < /* 520 */ NULL,
553 > /* 520 ERR_OPERONLYCHAN */ "%s :Cannot join channel (+O)",
554   /* 521 ERR_LISTSYNTAX */ ":Bad list syntax, type /QUOTE HELP LIST",
555   /* 522 */ NULL,
556   /* 523 ERR_WHOLIMEXCEED */ "%u :%s search limit exceeded.",

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)