aboutsummaryrefslogtreecommitdiff
path: root/src/configreader.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2024-02-27 16:49:57 +0000
committerGravatar Sadie Powell2024-02-27 17:44:31 +0000
commit118f729e86ee649b9122d38333020bd7b7c14660 (patch)
tree87b843991da050b8301fd693b63777b2baa586ac /src/configreader.cpp
parentRefactor the services module slightly. (diff)
Merge the mlock module into the services module.
Diffstat (limited to 'src/configreader.cpp')
-rw-r--r--src/configreader.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/configreader.cpp b/src/configreader.cpp
index abac9c4a6..144ad00d0 100644
--- a/src/configreader.cpp
+++ b/src/configreader.cpp
@@ -683,6 +683,8 @@ std::vector<std::string> ServerConfig::GetModules() const
modules.push_back("help");
modules.push_back("helpmode");
}
+ else if (insp::equalsci(shortname, "mlock"))
+ modules.push_back("services");
else if (insp::equalsci(shortname, "namesx"))
modules.push_back("multiprefix");
else if (insp::equalsci(shortname, "regex_pcre2"))