From ac7defcd3e52695dcf5e5150e9fe3e1624205e64 Mon Sep 17 00:00:00 2001 From: attilamolnar Date: Sat, 13 Oct 2012 03:12:29 +0200 Subject: Attach to events and register services in init() --- src/modules/m_maphide.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/m_maphide.cpp') diff --git a/src/modules/m_maphide.cpp b/src/modules/m_maphide.cpp index f3f472519..de4c82fa4 100644 --- a/src/modules/m_maphide.cpp +++ b/src/modules/m_maphide.cpp @@ -25,7 +25,7 @@ class ModuleMapHide : public Module { std::string url; public: - ModuleMapHide() + void init() { Implementation eventlist[] = { I_OnPreCommand, I_OnRehash }; ServerInstance->Modules->Attach(eventlist, this, 2); -- cgit v1.2.3