X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_inviteexception.cpp;h=6229e1fa2fac06495210048034962468f47b7f62;hb=63aa8d0d42f619c52d382bde3e6ba2e5e23b12ac;hp=2424808f6b6310253948e2e4ed6bea1142f9e984;hpb=c202dea024542b9c6c6b771bb9a3a081d9eacdc5;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_inviteexception.cpp b/src/modules/m_inviteexception.cpp index 2424808f6..6229e1fa2 100644 --- a/src/modules/m_inviteexception.cpp +++ b/src/modules/m_inviteexception.cpp @@ -51,12 +51,6 @@ public: { } - void init() CXX11_OVERRIDE - { - ServerInstance->Modules->AddService(ie); - ie.DoImplements(this); - } - void On005Numeric(std::map& tokens) CXX11_OVERRIDE { tokens["INVEX"] = "I"; @@ -86,11 +80,6 @@ public: return MOD_RES_PASSTHRU; } - void OnSyncChannel(Channel* chan, Module* proto, void* opaque) CXX11_OVERRIDE - { - ie.DoSyncChannel(chan, proto, opaque); - } - void ReadConfig(ConfigStatus& status) CXX11_OVERRIDE { invite_bypass_key = ServerInstance->Config->ConfValue("inviteexception")->getBool("bypasskey", true);