mirror of
https://github.com/anope/anope.git
synced 2026-07-02 01:46:39 +02:00
Rewrote some of the opertype system, added os_login
This commit is contained in:
@@ -134,7 +134,7 @@ class CommandNSCert : public Command
|
||||
const Anope::string &mask = params.size() > 1 ? params[1] : "";
|
||||
|
||||
NickAlias *na;
|
||||
if (cmd.equals_ci("LIST") && u->Account()->IsServicesOper() && !mask.empty() && (na = findnick(mask)))
|
||||
if (cmd.equals_ci("LIST") && u->IsServicesOper() && !mask.empty() && (na = findnick(mask)))
|
||||
return this->DoServAdminList(source, na->nc);
|
||||
|
||||
if (u->Account()->HasFlag(NI_SUSPENDED))
|
||||
|
||||
Reference in New Issue
Block a user