]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_exemptchanops.cpp
m_spanningtree Remove SpanningTreeUtilities* fields and parameters
[user/henk/code/inspircd.git] / src / modules / m_exemptchanops.cpp
index e3f8191172f6e119043019297057dc33045d4010..a74658bcdd031bf423e39aff0e3ee4d857d4c93b 100644 (file)
@@ -116,8 +116,6 @@ class ModuleExemptChanOps : public Module
        void init() CXX11_OVERRIDE
        {
                ServerInstance->Modules->AddService(eh.ec);
-               Implementation eventlist[] = { I_OnRehash, I_OnSyncChannel };
-               ServerInstance->Modules->Attach(eventlist, this, sizeof(eventlist)/sizeof(Implementation));
                ServerInstance->OnCheckExemption = &eh;
 
                OnRehash(NULL);