]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_testnet.cpp
Remove UserManager::GarbageCollect()
[user/henk/code/inspircd.git] / src / modules / m_testnet.cpp
index 4e99abd324cecdb0415766bb8ac66c395513b832..6e05ed681662f53c156804e828d13e9afa3d8874 100644 (file)
@@ -56,7 +56,6 @@ class ModuleTest : public Module
        {
                if (!strstr(ServerInstance->Config->ServerName.c_str(), ".test"))
                        throw ModuleException("Don't load modules without reading their descriptions!");
-               ServerInstance->Modules->AddService(cmd);
        }
 
        Version GetVersion() CXX11_OVERRIDE