diff options
| author | 2019-02-07 12:18:12 +0000 | |
|---|---|---|
| committer | 2019-02-07 12:18:12 +0000 | |
| commit | 2cc168cfc030497464e0cf30c19260f62670c298 (patch) | |
| tree | e983613e81bc034fc797d0015630ffafc200f87c /src/cull_list.cpp | |
| parent | SnomaskManager: remove fakederef. (diff) | |
UserManager: remove fakederef.
Diffstat (limited to 'src/cull_list.cpp')
| -rw-r--r-- | src/cull_list.cpp | 2 |
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(); } |
