aboutsummaryrefslogtreecommitdiffstats
path: root/src/cull_list.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/cull_list.cpp
parentSnomaskManager: remove fakederef. (diff)
UserManager: remove fakederef.
Diffstat (limited to 'src/cull_list.cpp')
-rw-r--r--src/cull_list.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cull_list.cpp b/src/cull_list.cpp
index 395e2a0b3..064b35427 100644
--- a/src/cull_list.cpp
+++ b/src/cull_list.cpp
@@ -36,7 +36,7 @@ void CullList::Apply()
LocalUser *u = *a;
ServerInstance->SNO.WriteGlobalSno('a', "User %s SendQ exceeds connect class maximum of %lu",
u->nick.c_str(), u->MyClass->GetSendqHardMax());
- ServerInstance->Users->QuitUser(u, "SendQ exceeded");
+ ServerInstance->Users.QuitUser(u, "SendQ exceeded");
}
working.clear();
}