diff options
| author | 2010-02-09 13:19:50 -0600 | |
|---|---|---|
| committer | 2010-08-03 17:32:35 -0400 | |
| commit | 146acdea12ca8a1631d0f98b595535241f6e438d (patch) | |
| tree | 8c81aa3288067241ff135157224d24709a56278b /src/modules/m_autoop.cpp | |
| parent | Remove 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.cpp | 1 |
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 }; |
