diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-04-14 18:15:35 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-04-14 18:15:35 +0000 |
commit | cff3a40e0bce1b8df5e4b4f1eba91c4a2603718a (patch) | |
tree | 1e62d8d84fbc2939ea5da46291662e683c11a085 /src/modules | |
parent | f057bf32b9e9d559b48f762f13a14cf76d38bcfd (diff) |
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
Diffstat (limited to 'src/modules')
-rw-r--r-- | src/modules/m_conn_lusers.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); } }; |