X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_banexception.cpp;h=b10ed36042b62d50fb4503de031623d05e6eb2e4;hb=357d190074ee58809b31ea0c08543566168bddf6;hp=e142af0debb80dcbab223344c4169a24374ac46b;hpb=d24619c012b34d5a3d4cfb93e7bea3ff3d5721e7;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_banexception.cpp b/src/modules/m_banexception.cpp index e142af0de..b10ed3604 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& tokens) CXX11_OVERRIDE { tokens["EXCEPTS"] = "e"; @@ -112,12 +105,7 @@ class ModuleBanException : public Module return MOD_RES_PASSTHRU; } - void OnSyncChannel(Channel* chan, Module* proto, void* opaque) CXX11_OVERRIDE - { - be.DoSyncChannel(chan, proto, opaque); - } - - void OnRehash(User* user) CXX11_OVERRIDE + void ReadConfig(ConfigStatus& status) CXX11_OVERRIDE { be.DoRehash(); }