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 9418 by michael, Sat Jun 13 16:33:39 2020 UTC vs.
Revision 9552 by michael, Sun Jul 26 07:33:37 2020 UTC

# Line 33 | Line 33 | static const char *const replies[] =
33    /* 001 */  [RPL_WELCOME] = ":Welcome to the %s Internet Relay Chat Network %s!%s@%s",
34    /* 002 */  [RPL_YOURHOST] = ":Your host is %s, running version %s",
35    /* 003 */  [RPL_CREATED] = ":This server was created %s",
36 <  /* 004 */  [RPL_MYINFO] = "%s %s %s bchiklmnoprstuveCILMNORST bkloveIh",
36 >  /* 004 */  [RPL_MYINFO] = "%s %s %s bchiklmnoprstuveCIKLMNORST bkloveIh",
37    /* 005 */  [RPL_ISUPPORT] = "%s :are supported by this server",
38    /* 010 */  [RPL_REDIR] = "%s %u :Please use this Server/Port instead",
39    /* 015 */  [RPL_MAP] = ":%s%s",
# Line 185 | Line 185 | static const char *const replies[] =
185    /* 477 */  [ERR_NEEDREGGEDNICK] = "%s :You need to identify to a registered nick to join or speak in that channel.",
186    /* 478 */  [ERR_BANLISTFULL] = "%s %s :Channel ban list is full",
187    /* 479 */  [ERR_BADCHANNAME] = "%s :Illegal channel name",
188 +  /* 480 */  [ERR_CANNOTKNOCK] = "%s :Cannot knock on channel (+K)",
189    /* 481 */  [ERR_NOPRIVILEGES] = ":Permission denied - You are not an IRC operator",
190    /* 482 */  [ERR_CHANOPRIVSNEEDED] = "%s :You are not channel operator",
191    /* 483 */  [ERR_CANTKILLSERVER] = ":You cannot kill a server!",

Diff Legend

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