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

Comparing ircd-hybrid/trunk/src/numeric.c (file contents):
Revision 3117 by michael, Thu Mar 6 19:25:12 2014 UTC vs.
Revision 3118 by michael, Fri Mar 7 19:32:34 2014 UTC

# Line 517 | Line 517 | static const char *const replies[] =
517   /* 480 ERR_SSLONLYCHAN */ "%s :Cannot join channel (+S)",
518   /* 481 ERR_NOPRIVILEGES */ ":Permission Denied - You're not an IRC operator",
519   /* 482 ERR_CHANOPRIVSNEEDED */ "%s :You're not channel operator",
520 < /* 483 ERR_CANTKILLSERVER */ ":You can't kill a server!",
520 > /* 483 ERR_CANTKILLSERVER */ ":You cannot kill a server!",
521   /* 484 ERR_RESTRICTED */ ":You are restricted",
522   /* 485 ERR_CHANBANREASON */ "%s :Cannot join channel (%s)",
523   /* 486 ERR_NONONREG */ "%s :You must identify to a registered nick to private message that person",
# Line 536 | Line 536 | static const char *const replies[] =
536   /* 499 */ NULL,
537   /* 500 */ NULL,
538   /* 501 ERR_UMODEUNKNOWNFLAG */ ":Unknown MODE flag",
539 < /* 502 ERR_USERSDONTMATCH */ ":Can't change mode for other users",
539 > /* 502 ERR_USERSDONTMATCH */ ":Cannot change mode for other users",
540   /* 503 ERR_GHOSTEDCLIENT */ ":Message could not be delivered to %s",
541   /* 504 ERR_USERNOTONSERV */ "%s :User is not on this server",
542   /* 505 */ NULL,

Diff Legend

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