| # | 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", | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |