]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_hidechans.cpp
Change allocation of UserManager::clientlist to be physically part of the object...
[user/henk/code/inspircd.git] / src / modules / m_hidechans.cpp
index 1bf6c18665885bb91d9b4aad4f050b6f0dd93d59..cd3ac2c26e5175c156f11513b15cc3de7fd343aa 100644 (file)
@@ -37,11 +37,6 @@ class ModuleHideChans : public Module
        {
        }
 
-       void init() CXX11_OVERRIDE
-       {
-               ServerInstance->Modules->AddService(hm);
-       }
-
        Version GetVersion() CXX11_OVERRIDE
        {
                return Version("Provides support for hiding channels with user mode +I", VF_VENDOR);