From cff3a40e0bce1b8df5e4b4f1eba91c4a2603718a Mon Sep 17 00:00:00 2001 From: brain Date: Thu, 14 Apr 2005 18:15:35 +0000 Subject: Brains law of coding #1: There will always be typos in the simplest of code if you commit in a rush git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1095 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_conn_lusers.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/m_conn_lusers.cpp b/src/modules/m_conn_lusers.cpp index 6cbd6847d..a16df4570 100644 --- a/src/modules/m_conn_lusers.cpp +++ b/src/modules/m_conn_lusers.cpp @@ -47,7 +47,7 @@ class ModuleConnLUSERS : public Module virtual void OnUserConnect(userrec* user) { - CallCommandHandler("LUSERS", NULL, 0, user); + Srv->CallCommandHandler("LUSERS", NULL, 0, user); } }; -- cgit v1.2.3