Automated merge with ssh://hg.atheme.org//hg/charybdis

This commit is contained in:
William Pitcock 2008-04-01 16:15:06 -05:00
commit 8325ed70b7
1 changed files with 2 additions and 2 deletions

View File

@ -227,8 +227,8 @@ quote_max(struct Client *source_p, int newval)
if(newval < 32)
{
sendto_one_notice(source_p, ":You cannot set MAXCLIENTS to < 32 (%d:%d)",
GlobalSetOptions.maxclients, highest_fd);
sendto_one_notice(source_p, ":You cannot set MAXCLIENTS to < 32 (%d)",
GlobalSetOptions.maxclients);
return;
}