summaryrefslogtreecommitdiff
path: root/src/modules
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-12-04 21:14:41 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-12-04 21:14:41 +0000
commit9247effb608df0e3756474f9b74bf9654b55b978 (patch)
tree6befaa97a8cef48f06b3d60bd0dad66bba3f7b99 /src/modules
parent6a997236cf5ed6bc5aaa0263183b1c90ec2e7191 (diff)
Missed some stuff
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2175 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules')
-rw-r--r--src/modules/m_conn_lusers.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_conn_lusers.cpp b/src/modules/m_conn_lusers.cpp
index 7bf2013e1..7aeb48850 100644
--- a/src/modules/m_conn_lusers.cpp
+++ b/src/modules/m_conn_lusers.cpp
@@ -55,7 +55,7 @@ class ModuleConnLUSERS : public Module
// protocol module. Yes, at some point there will
// be a way to get the current protocol module's name
// from the core and probably a pointer to its class.
- Module* Proto = FindModule("m_spanningtree.so");
+ Module* Proto = Srv->FindModule("m_spanningtree.so");
if (Proto)
{
Proto->OnPreCommand("LUSERS", NULL, 0, user)