[svn] - better text for RPL_LOAD2HI explaining in a better way what is going on
This commit is contained in:
parent
8f0a1bf3ac
commit
fffecc26ed
3 changed files with 12 additions and 4 deletions
|
@ -1,3 +1,12 @@
|
|||
jilles 2007/08/01 20:52:54 UTC (20070801-3546)
|
||||
Log:
|
||||
Also rerun autoheader, for solaris ports changes.
|
||||
|
||||
|
||||
Changes: Modified:
|
||||
+3 -0 trunk/include/setup.h.in (File Modified)
|
||||
|
||||
|
||||
jilles 2007/08/01 20:50:54 UTC (20070801-3544)
|
||||
Log:
|
||||
Rerun autoconf for version bump, at last.
|
||||
|
|
|
@ -1 +1 @@
|
|||
#define SERNO "20070801-3544"
|
||||
#define SERNO "20070801-3546"
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*
|
||||
* $Id: messages.tab 3404 2007-04-06 21:25:37Z nenolod $
|
||||
* $Id: messages.tab 3548 2007-08-09 06:40:52Z nenolod $
|
||||
*/
|
||||
|
||||
static const char * replies[] = {
|
||||
|
@ -284,8 +284,7 @@ static const char * replies[] = {
|
|||
/* 260 */ NULL,
|
||||
/* 261 RPL_TRACELOG, */ NULL,
|
||||
/* 262 RPL_ENDOFTRACE, */ "%s :End of TRACE",
|
||||
/* 263 RPL_LOAD2HI, */
|
||||
":%s 263 %s %s :Server load is temporarily too heavy. Please wait a while and try again.",
|
||||
/* 263 RPL_LOAD2HI, */ ":%s 263 %s %s :This command could not be completed because it has been used recently, and is rate-limited.",
|
||||
/* 264 */ NULL,
|
||||
/* 265 RPL_LOCALUSERS, */ "%d %d :Current local users %d, max %d",
|
||||
/* 266 RPL_GLOBALUSERS, */ "%d %d :Current global users %d, max %d",
|
||||
|
|
Loading…
Reference in a new issue