X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_botmode.cpp;h=3e7fd2fc659e5e3b377a6c165745e639c4237ab3;hb=ac7defcd3e52695dcf5e5150e9fe3e1624205e64;hp=23094ddc55f0a4c4557aba85248513d48c87f12d;hpb=6dd61235fc8cb67ba9919b84be42c966b7273fac;p=user%2Fhenk%2Fcode%2Finspircd.git 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() { }