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 3766 by michael, Sun Jun 1 21:42:51 2014 UTC vs.
Revision 4583 by michael, Mon Aug 25 15:54:40 2014 UTC

# Line 15 | Line 15
15   *
16   *  You should have received a copy of the GNU General Public License
17   *  along with this program; if not, write to the Free Software
18 < *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
18 > *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
19   *  USA
20   */
21  
# Line 315 | Line 315 | static const char *const replies[] =
315   /* 282 RPL_ENDOFACCEPT */ ":End of /ACCEPT list.",
316   /* 283 */ NULL,
317   /* 284 */ NULL,
318 < /* 285 RPL_NEWHOSTIS */ ":Your new host is %s",
318 > /* 285 */ NULL,
319   /* 286 */ NULL,
320   /* 287 */ NULL,
321   /* 288 */ NULL,
# Line 393 | Line 393 | static const char *const replies[] =
393   /* 360 */ NULL,
394   /* 361 */ NULL,
395   /* 362 RPL_CLOSING */ "%s :Closed. Status = %d",
396 < /* 363 RPL_CLOSEEND */ "%u: Connections Closed",
396 > /* 363 RPL_CLOSEEND */ "%u: Connections closed",
397   /* 364 RPL_LINKS */ "%s %s :%u %s",
398   /* 365 RPL_ENDOFLINKS */ "%s :End of /LINKS list.",
399   /* 366 RPL_ENDOFNAMES */ "%s :End of /NAMES list.",
# Line 426 | Line 426 | static const char *const replies[] =
426   /* 393 */ NULL,
427   /* 394 */ NULL,
428   /* 395 */ NULL,
429 < /* 396 */ NULL,
429 > /* 396 RPL_VISIBLEHOST */ "%s :is now your visible host",
430   /* 397 */ NULL,
431   /* 398 */ NULL,
432   /* 399 */ NULL,
# Line 443 | Line 443 | static const char *const replies[] =
443   /* 410 ERR_INVALIDCAPCMD */ "%s :Invalid CAP subcommand",
444   /* 411 ERR_NORECIPIENT */ ":No recipient given (%s)",
445   /* 412 ERR_NOTEXTTOSEND */ ":No text to send",
446 < /* 413 ERR_NOTOPLEVEL */ "%s :No toplevel domain specified",
447 < /* 414 ERR_WILDTOPLEVEL */ "%s :Wildcard in toplevel Domain",
446 > /* 413 ERR_NOTOPLEVEL */ "%s :No top-level domain specified",
447 > /* 414 ERR_WILDTOPLEVEL */ "%s :Wildcard in top-level domain",
448   /* 415 */ NULL,
449   /* 416 */ NULL,
450   /* 417 */ NULL,
# Line 459 | Line 459 | static const char *const replies[] =
459   /* 426 */ NULL,
460   /* 427 */ NULL,
461   /* 428 */ NULL,
462 < /* 429 */ NULL,
462 > /* 429 ERR_TOOMANYAWAY */ ":Too many aways - Flood protection activated",
463   /* 430 */ NULL,
464   /* 431 ERR_NONICKNAMEGIVEN */ ":No nickname given",
465   /* 432 ERR_ERRONEUSNICKNAME */ "%s :%s",
# Line 468 | Line 468 | static const char *const replies[] =
468   /* 435 */ NULL,
469   /* 436 ERR_NICKCOLLISION */ "%s :Nickname collision KILL",
470   /* 437 ERR_UNAVAILRESOURCE */ "%s :Nick/channel is temporarily unavailable",
471 < /* 438 ERR_NICKTOOFAST */ "%s %s :Nick change too fast. Please wait %d seconds.",
471 > /* 438 ERR_NICKTOOFAST */ "%s :Nick change too fast. Please wait %u seconds.",
472   /* 439 */ NULL,
473 < /* 440 ERR_SERVICESDOWN */ "%s :Services is currently down.",
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",
476   /* 443 ERR_USERONCHANNEL */ "%s %s :is already on channel",
# Line 494 | Line 494 | static const char *const replies[] =
494   /* 461 ERR_NEEDMOREPARAMS */ "%s :Not enough parameters",
495   /* 462 ERR_ALREADYREGISTRED */ ":You may not reregister",
496   /* 463 */ NULL,
497 < /* 464 ERR_PASSWDMISMATCH */ ":Password Incorrect",
497 > /* 464 ERR_PASSWDMISMATCH */ ":Password incorrect",
498   /* 465 ERR_YOUREBANNEDCREEP */ ":You are banned from this server- %s",
499   /* 466 */ NULL,
500   /* 467 */ NULL,
# Line 511 | Line 511 | static const char *const replies[] =
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",
514 > /* 481 ERR_NOPRIVILEGES */ ":Permission denied - You're not an IRC operator",
515   /* 482 ERR_CHANOPRIVSNEEDED */ "%s :You're not channel operator",
516   /* 483 ERR_CANTKILLSERVER */ ":You cannot kill a server!",
517   /* 484 ERR_RESTRICTED */ ":You are restricted",
# Line 553 | Line 553 | static const char *const replies[] =
553   /* 520 */ NULL,
554   /* 521 ERR_LISTSYNTAX */ ":Bad list syntax, type /QUOTE HELP LIST",
555   /* 522 */ NULL,
556 < /* 523 */ NULL,
556 > /* 523 ERR_WHOLIMEXCEED */ "%u :%s search limit exceeded.",
557   /* 524 ERR_HELPNOTFOUND */ "%s :Help not found",
558   /* 525 */ NULL,
559   /* 526 */ NULL,
# Line 753 | Line 753 | static const char *const replies[] =
753   /* 720 */ NULL,
754   /* 721 */ NULL,
755   /* 722 */ NULL,
756 < /* 723 ERR_NOPRIVS */ "%s :Insufficient oper privs.",
756 > /* 723 ERR_NOPRIVS */ "%s :Insufficient oper privileges.",
757   /* 724 */ NULL,
758   /* 725 */ NULL,
759   /* 726 */ NULL,
# Line 1029 | Line 1029 | static const char *const replies[] =
1029   /* 996 */ NULL,
1030   /* 997 */ NULL,
1031   /* 998 */ NULL,
1032 < /* 999 ERR_LAST_ERR_MSG */ ":Last Error Message"
1032 > /* 999 ERR_LAST_ERR_MSG */ ":Last error message"
1033   };
1034  
1035   /*

Diff Legend

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