summaryrefslogtreecommitdiff
path: root/modules/dnsbl.cpp
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2024-11-11 17:10:24 +0000
committerSadie Powell <sadie@witchery.services>2024-11-11 17:13:01 +0000
commitdf1c6176b38eea8d8889604699012ac8b172e341 (patch)
tree73a467a7df0882541cd4f9cb5e249972647283f5 /modules/dnsbl.cpp
parent8634594cd1a11d6786e7da44679483718f47cc09 (diff)
parent96ccfe4cbe9948206ac2d6854778f9a268d2476f (diff)
Merge branch '2.0' into 2.1.
Diffstat (limited to 'modules/dnsbl.cpp')
-rw-r--r--modules/dnsbl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/dnsbl.cpp b/modules/dnsbl.cpp
index af4d686e1..9a17a04ed 100644
--- a/modules/dnsbl.cpp
+++ b/modules/dnsbl.cpp
@@ -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();