| 1 |
|
/* |
| 2 |
|
* ircd-hybrid: an advanced, lightweight Internet Relay Chat Daemon (ircd) |
| 3 |
|
* |
| 4 |
< |
* Copyright (c) 1997-2015 ircd-hybrid development team |
| 4 |
> |
* Copyright (c) 1997-2016 ircd-hybrid development team |
| 5 |
|
* |
| 6 |
|
* This program is free software; you can redistribute it and/or modify |
| 7 |
|
* it under the terms of the GNU General Public License as published by |
| 33 |
|
/* 001 */ [RPL_WELCOME] = ":Welcome to the %s Internet Relay Chat Network %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 bchiklmnoprstveCIMORS bkloveIh", |
| 36 |
> |
/* 004 */ [RPL_MYINFO] = "%s %s %s bchiklmnoprstveCIMORST 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", |
| 42 |
|
/* 200 */ [RPL_TRACELINK] = "Link %s %s %s", |
| 43 |
|
/* 201 */ [RPL_TRACECONNECTING] = "Try. %s %s", |
| 44 |
|
/* 202 */ [RPL_TRACEHANDSHAKE] = "H.S. %s %s", |
| 45 |
< |
/* 203 */ [RPL_TRACEUNKNOWN] = "???? %s %s (%s) %d", |
| 45 |
> |
/* 203 */ [RPL_TRACEUNKNOWN] = "???? %s %s (%s) %ju", |
| 46 |
|
/* 204 */ [RPL_TRACEOPERATOR] = "Oper %s %s (%s) %ju %u", |
| 47 |
|
/* 205 */ [RPL_TRACEUSER] = "User %s %s (%s) %ju %u", |
| 48 |
|
/* 206 */ [RPL_TRACESERVER] = "Serv %s %uS %uC %s %s!%s@%s %ju", |
| 53 |
|
/* 213 */ [RPL_STATSCLINE] = "%c %s %s %s %u %s", |
| 54 |
|
/* 215 */ [RPL_STATSILINE] = "%c %s * %s@%s %u %s", |
| 55 |
|
/* 216 */ [RPL_STATSKLINE] = "%c %s * %s :%s", |
| 56 |
< |
/* 217 */ [RPL_STATSQLINE] = "%c %u %s :%s", |
| 56 |
> |
/* 217 */ [RPL_STATSQLINE] = "%c %s :%s", |
| 57 |
|
/* 218 */ [RPL_STATSYLINE] = "%c %s %u %u %u %u %u %u %u/%u %u/%u %s", |
| 58 |
|
/* 219 */ [RPL_ENDOFSTATS] = "%c :End of /STATS report", |
| 59 |
|
/* 220 */ [RPL_STATSPLINE] = "%c %d %s %d %s :%s", |
| 66 |
|
/* 244 */ [RPL_STATSHLINE] = "%c %s * %s %u %s", |
| 67 |
|
/* 245 */ [RPL_STATSTLINE] = "T %s %s", |
| 68 |
|
/* 246 */ [RPL_STATSSERVICE] = "%c %s * %s %u %u", |
| 69 |
< |
/* 247 */ [RPL_STATSXLINE] = "%c %u %s :%s", |
| 69 |
> |
/* 247 */ [RPL_STATSXLINE] = "%c %s :%s", |
| 70 |
|
/* 248 */ [RPL_STATSULINE] = "U %s %s@%s %s", |
| 71 |
|
/* 250 */ [RPL_STATSCONN] = ":Highest connection count: %u (%u clients) (%ju connections received)", |
| 72 |
|
/* 251 */ [RPL_LUSERCLIENT] = ":There are %u users and %u invisible on %u servers", |
| 78 |
|
/* 257 */ [RPL_ADMINLOC1] = ":%s", |
| 79 |
|
/* 258 */ [RPL_ADMINLOC2] = ":%s", |
| 80 |
|
/* 259 */ [RPL_ADMINEMAIL] = ":%s", |
| 81 |
< |
/* 262 */ [RPL_ENDOFTRACE] = "%s :End of TRACE", |
| 81 |
> |
/* 262 */ [RPL_TRACEEND] = "%s :End of TRACE", |
| 82 |
|
/* 263 */ [RPL_LOAD2HI] = "%s :Server load is temporarily too heavy. Please wait a while and try again.", |
| 83 |
|
/* 265 */ [RPL_LOCALUSERS] = ":Current local users: %u Max: %u", |
| 84 |
|
/* 266 */ [RPL_GLOBALUSERS] = ":Current global users: %u Max: %u", |