X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_blockamsg.cpp;h=b0001574a0dfee2bd5360371d3c4a76d091ea60a;hb=ac7defcd3e52695dcf5e5150e9fe3e1624205e64;hp=865626f879a4f3ad5605a49a21f1f6e4b0990a35;hpb=6dd61235fc8cb67ba9919b84be42c966b7273fac;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_blockamsg.cpp b/src/modules/m_blockamsg.cpp index 865626f87..b0001574a 100644 --- a/src/modules/m_blockamsg.cpp +++ b/src/modules/m_blockamsg.cpp @@ -56,6 +56,10 @@ class ModuleBlockAmsg : public Module public: ModuleBlockAmsg() : blockamsg("blockamsg", this) + { + } + + void init() { this->OnRehash(NULL); ServerInstance->Extensions.Register(&blockamsg); @@ -63,7 +67,6 @@ class ModuleBlockAmsg : public Module ServerInstance->Modules->Attach(eventlist, this, 2); } - virtual ~ModuleBlockAmsg() { }