diff options
Diffstat (limited to 'src/modules/m_banexception.cpp')
-rw-r--r-- | src/modules/m_banexception.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/modules/m_banexception.cpp b/src/modules/m_banexception.cpp index ad4244945..62742a527 100644 --- a/src/modules/m_banexception.cpp +++ b/src/modules/m_banexception.cpp @@ -51,13 +51,6 @@ class ModuleBanException : public Module { } - void init() CXX11_OVERRIDE - { - ServerInstance->Modules->AddService(be); - - be.DoImplements(this); - } - void On005Numeric(std::map<std::string, std::string>& tokens) CXX11_OVERRIDE { tokens["EXCEPTS"] = "e"; |