]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_banexception.cpp
Merge insp20
[user/henk/code/inspircd.git] / src / modules / m_banexception.cpp
index 2eb5083f9493a9958e65a2ef6fb29c7a847a8618..e142af0debb80dcbab223344c4169a24374ac46b 100644 (file)
@@ -56,8 +56,6 @@ class ModuleBanException : public Module
                ServerInstance->Modules->AddService(be);
 
                be.DoImplements(this);
-               Implementation list[] = { I_OnRehash, I_On005Numeric, I_OnExtBanCheck, I_OnCheckChannelBan };
-               ServerInstance->Modules->Attach(list, this, sizeof(list)/sizeof(Implementation));
        }
 
        void On005Numeric(std::map<std::string, std::string>& tokens) CXX11_OVERRIDE