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_botmode.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/modules/m_botmode.cpp') diff --git a/src/modules/m_botmode.cpp b/src/modules/m_botmode.cpp index 23094ddc5..3e7fd2fc6 100644 --- a/src/modules/m_botmode.cpp +++ b/src/modules/m_botmode.cpp @@ -37,6 +37,10 @@ class ModuleBotMode : public Module public: ModuleBotMode() : bm(this) + { + } + + void init() { if (!ServerInstance->Modes->AddMode(&bm)) throw ModuleException("Could not add new modes!"); @@ -44,7 +48,6 @@ class ModuleBotMode : public Module ServerInstance->Modules->Attach(eventlist, this, 1); } - virtual ~ModuleBotMode() { } -- cgit v1.3.1-10-gc9f91