# | Line 463 | Line 463 | register_local_user(struct Client *sourc | |
---|---|---|
463 | * probably be just a percentage of the MAXCLIENTS... | |
464 | * -Taner | |
465 | */ | |
466 | < | if ((Count.local >= ConfigServerInfo.max_clients + MAX_BUFFER) || |
467 | < | (Count.local >= ConfigServerInfo.max_clients && !IsExemptLimits(source_p))) |
466 | > | if ((Count.local >= GlobalSetOptions.maxclients + MAX_BUFFER) || |
467 | > | (Count.local >= GlobalSetOptions.maxclients && !IsExemptLimits(source_p))) |
468 | { | |
469 | sendto_realops_flags(UMODE_FULL, L_ALL, SEND_NOTICE, | |
470 | "Too many clients, rejecting %s[%s].", |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |