mirror of
https://github.com/anope/anope.git
synced 2026-06-30 06:16:38 +02:00
Added os_forbid
This commit is contained in:
@@ -195,7 +195,7 @@ class NSCert : public Module
|
||||
return;
|
||||
if (u->IsIdentified() && u->Account() == na->nc)
|
||||
return;
|
||||
if (na->HasFlag(NS_FORBIDDEN) || na->nc->HasFlag(NI_SUSPENDED))
|
||||
if (na->nc->HasFlag(NI_SUSPENDED))
|
||||
return;
|
||||
if (!na->nc->FindCert(u->fingerprint))
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user