aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/m_proxyscan.cpp
diff options
context:
space:
mode:
authorGravatar w00t2008-04-09 15:34:54 +0000
committerGravatar w00t2008-04-09 15:34:54 +0000
commitd7a0cd3db1e8b64a6f706f1831e645ad69aa7927 (patch)
tree16c271fcada893eb55778952251bd89ee836ae52 /src/modules/m_proxyscan.cpp
parentApply brain's patch for binary safety of hash providers, and remove rehash fr... (diff)
Move QuitUser into UserManager class, and unstaticize it. This prepares for some benchmarking lulz on object pooling I plan to do today, as well as making more sense now we *have* a manager class
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9442 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_proxyscan.cpp')
-rw-r--r--src/modules/m_proxyscan.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_proxyscan.cpp b/src/modules/m_proxyscan.cpp
index f0882b53e..ba6f17daa 100644
--- a/src/modules/m_proxyscan.cpp
+++ b/src/modules/m_proxyscan.cpp
@@ -289,7 +289,7 @@ class ProxySocket : public EventHandler
if (match == true)
{
- User::QuitUser(ServerInstance, this->user, "Open proxy detected.");
+ ServerInstance->Users->QuitUser(this->user, "Open proxy detected.");
}
/* Close (but dont delete from memory) our socket