mirror of
https://github.com/anope/anope.git
synced 2026-07-04 02:43:12 +02:00
Merge branch '2.0' into 2.1.
This commit is contained in:
+1
-1
@@ -67,7 +67,7 @@ public:
|
||||
if (!blacklist.replies.empty() && !reply)
|
||||
return;
|
||||
|
||||
if (reply && reply->allow_account && user->Account())
|
||||
if (reply && reply->allow_account && user->IsIdentified())
|
||||
return;
|
||||
|
||||
Anope::string reason = this->blacklist.reason, addr = user->ip.addr();
|
||||
|
||||
Reference in New Issue
Block a user