X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_cloaking.cpp;h=4c2c56318c96e85072e986ad56544cc048ed067b;hb=adb5ab48a2b6efd146b9cc85a62b45c6a70aa34d;hp=bef4e94b82ab2982937dcb85cd0541238a640dda;hpb=c202dea024542b9c6c6b771bb9a3a081d9eacdc5;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_cloaking.cpp b/src/modules/m_cloaking.cpp index bef4e94b8..4c2c56318 100644 --- a/src/modules/m_cloaking.cpp +++ b/src/modules/m_cloaking.cpp @@ -146,13 +146,6 @@ class ModuleCloaking : public Module { } - void init() CXX11_OVERRIDE - { - ServerInstance->Modules->AddService(cu); - ServerInstance->Modules->AddService(ck); - ServerInstance->Modules->AddService(cu.ext); - } - /** This function takes a domain name string and returns just the last two domain parts, * or the last domain part if only two are available. Failing that it just returns what it was given. *