]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/extra/m_regex_re2.cpp
Update detection in module loading commands that relied on old command module names
[user/henk/code/inspircd.git] / src / modules / extra / m_regex_re2.cpp
index 2525b70abba9f2c98a4d0bc0944066682717b111..544e3060e26aa74d3eaf1e57bfef57f0e7d9fd6f 100644 (file)
@@ -66,7 +66,6 @@ class ModuleRegexRE2 : public Module
  public:
        ModuleRegexRE2() : ref(this)
        {
-               ServerInstance->Modules->AddService(ref);
        }
 
        Version GetVersion() CXX11_OVERRIDE