aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/m_autoop.cpp
diff options
context:
space:
mode:
authorGravatar Daniel De Graaf2010-02-09 13:19:50 -0600
committerGravatar Daniel De Graaf2010-08-03 17:32:35 -0400
commit146acdea12ca8a1631d0f98b595535241f6e438d (patch)
tree8c81aa3288067241ff135157224d24709a56278b /src/modules/m_autoop.cpp
parentRemove duplication of some huge functions (diff)
Implement missing modechange constructors
Diffstat (limited to 'src/modules/m_autoop.cpp')
-rw-r--r--src/modules/m_autoop.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/m_autoop.cpp b/src/modules/m_autoop.cpp
index 0957c0499..632deab12 100644
--- a/src/modules/m_autoop.cpp
+++ b/src/modules/m_autoop.cpp
@@ -71,6 +71,7 @@ public:
void init()
{
+ mh.init();
ServerInstance->Modules->AddService(mh);
Implementation list[] = { I_OnUserPreJoin, I_OnRehash };