From 9247effb608df0e3756474f9b74bf9654b55b978 Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 4 Dec 2005 21:14:41 +0000 Subject: Missed some stuff git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2175 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_conn_lusers.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules') 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) -- cgit v1.2.3