mirror of
https://github.com/anope/anope.git
synced 2026-06-29 23:06:36 +02:00
Added os_forbid
This commit is contained in:
@@ -43,11 +43,6 @@ class CommandCSSetFounder : public Command
|
||||
source.Reply(_(NICK_X_NOT_REGISTERED), params[1].c_str());
|
||||
return MOD_CONT;
|
||||
}
|
||||
else if (na->HasFlag(NS_FORBIDDEN))
|
||||
{
|
||||
source.Reply(_(NICK_X_FORBIDDEN), na->nick.c_str());
|
||||
return MOD_CONT;
|
||||
}
|
||||
|
||||
nc = na->nc;
|
||||
if (Config->CSMaxReg && nc->channelcount >= Config->CSMaxReg && !u->HasPriv("chanserv/no-register-limit"))
|
||||
|
||||
Reference in New Issue
Block a user