aboutsummaryrefslogtreecommitdiffstats
path: root/src/cull_list.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2019-02-07 12:17:09 +0000
committerGravatar Sadie Powell2019-02-07 12:17:09 +0000
commit8e908f0a6864eab4cf37997773603e9943bb7892 (patch)
treee4be6165b608bdfa35cbce88f447d94d9b498974 /src/cull_list.cpp
parentModuleManager: remove fakederef. (diff)
SnomaskManager: 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 342f0b77a..395e2a0b3 100644
--- a/src/cull_list.cpp
+++ b/src/cull_list.cpp
@@ -34,7 +34,7 @@ void CullList::Apply()
for(std::vector<LocalUser *>::iterator a = working.begin(); a != working.end(); a++)
{
LocalUser *u = *a;
- ServerInstance->SNO->WriteGlobalSno('a', "User %s SendQ exceeds connect class maximum of %lu",
+ 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");
}