mirror of
https://github.com/anope/anope.git
synced 2026-07-01 16:26:38 +02:00
Rewrote some of the opertype system, added os_login
This commit is contained in:
@@ -49,7 +49,7 @@ class CommandCSSetFounder : public Command
|
||||
}
|
||||
|
||||
nc = na->nc;
|
||||
if (Config->CSMaxReg && nc->channelcount >= Config->CSMaxReg && !u->Account()->HasPriv("chanserv/no-register-limit"))
|
||||
if (Config->CSMaxReg && nc->channelcount >= Config->CSMaxReg && !u->HasPriv("chanserv/no-register-limit"))
|
||||
{
|
||||
source.Reply(_("\002%s\002 has too many channels registered."), na->nick.c_str());
|
||||
return MOD_CONT;
|
||||
|
||||
Reference in New Issue
Block a user