diff --git a/modules/m_set.c b/modules/m_set.c index dba5687..d79b2bb 100644 --- a/modules/m_set.c +++ b/modules/m_set.c @@ -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; }