From 8e908f0a6864eab4cf37997773603e9943bb7892 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Thu, 7 Feb 2019 12:17:09 +0000 Subject: SnomaskManager: remove fakederef. --- src/cull_list.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cull_list.cpp') 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::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"); } -- cgit v1.3.1-10-gc9f91