aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/m_dnsbl.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2019-02-07 12:18:12 +0000
committerGravatar Sadie Powell2019-02-07 12:18:12 +0000
commit2cc168cfc030497464e0cf30c19260f62670c298 (patch)
treee983613e81bc034fc797d0015630ffafc200f87c /src/modules/m_dnsbl.cpp
parentSnomaskManager: remove fakederef. (diff)
downloadinspircd++-2cc168cfc030497464e0cf30c19260f62670c298.tar.gz
inspircd++-2cc168cfc030497464e0cf30c19260f62670c298.tar.bz2
inspircd++-2cc168cfc030497464e0cf30c19260f62670c298.zip
UserManager: remove fakederef.
Diffstat (limited to 'src/modules/m_dnsbl.cpp')
-rw-r--r--src/modules/m_dnsbl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_dnsbl.cpp b/src/modules/m_dnsbl.cpp
index 709b76a41..02bd90aea 100644
--- a/src/modules/m_dnsbl.cpp
+++ b/src/modules/m_dnsbl.cpp
@@ -121,7 +121,7 @@ class DNSBLResolver : public DNS::Request
{
case DNSBLConfEntry::I_KILL:
{
- ServerInstance->Users->QuitUser(them, "Killed (" + reason + ")");
+ ServerInstance->Users.QuitUser(them, "Killed (" + reason + ")");
break;
}
case DNSBLConfEntry::I_MARK: