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 8083 by michael, Sun Mar 26 10:14:41 2017 UTC vs.
Revision 8254 by michael, Wed May 24 17:08:16 2017 UTC

# Line 30 | Line 30
30  
31   static const char *const replies[] =
32   {
33 <  /* 001 */  [RPL_WELCOME] = ":Welcome to the %s Internet Relay Chat Network %s",
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 bchiklmnoprstuveCILMORST bkloveIh",

Diff Legend

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