]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_blockamsg.cpp
m_spanningtree Remove SpanningTreeUtilities* fields and parameters
[user/henk/code/inspircd.git] / src / modules / m_blockamsg.cpp
index 3521bd89d1957c6398cd8cc6e8892da79d2ba775..b71247d71bfd658c9196543249079b4c53e98e5b 100644 (file)
@@ -61,8 +61,6 @@ class ModuleBlockAmsg : public Module
        {
                this->OnRehash(NULL);
                ServerInstance->Modules->AddService(blockamsg);
-               Implementation eventlist[] = { I_OnRehash, I_OnPreCommand };
-               ServerInstance->Modules->Attach(eventlist, this, sizeof(eventlist)/sizeof(Implementation));
        }
 
        Version GetVersion() CXX11_OVERRIDE