]> 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 a2fd17651ffe58d3c8a1b178f921265fd7d39846..e142af0debb80dcbab223344c4169a24374ac46b 100644 (file)
@@ -24,8 +24,6 @@
 #include "inspircd.h"
 #include "listmode.h"
 
-/* $ModDesc: Provides support for the +e channel mode */
-
 /* Written by Om<om@inspircd.org>, April 2005. */
 /* Rewritten to use the listmode utility by Om, December 2005 */
 /* Adapted from m_exception, which was originally based on m_chanprotect and m_silence */
@@ -58,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