]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_chanfilter.cpp
m_spanningtree Allow server-to-server command handlers to specify whether they accept...
[user/henk/code/inspircd.git] / src / modules / m_chanfilter.cpp
index fdc45a97ec9ba54e6033f0658c4831dfda383137..38ee14e60a2271c40a49c4cf0d40db873a69d4e0 100644 (file)
@@ -80,8 +80,6 @@ class ModuleChanFilter : public Module
                ServerInstance->Modules->AddService(cf);
 
                cf.DoImplements(this);
-               Implementation eventlist[] = { I_OnRehash, I_OnUserPreMessage, I_OnSyncChannel };
-               ServerInstance->Modules->Attach(eventlist, this, sizeof(eventlist)/sizeof(Implementation));
 
                OnRehash(NULL);
        }