diff options
Diffstat (limited to 'src/modules/m_serverban.cpp')
-rw-r--r-- | src/modules/m_serverban.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/modules/m_serverban.cpp b/src/modules/m_serverban.cpp index ec38b4754..8b2520fb6 100644 --- a/src/modules/m_serverban.cpp +++ b/src/modules/m_serverban.cpp @@ -25,7 +25,8 @@ class ModuleServerBan : public Module { private: public: - ModuleServerBan() { + void init() + { Implementation eventlist[] = { I_OnCheckBan, I_On005Numeric }; ServerInstance->Modules->Attach(eventlist, this, 2); } |