aboutsummaryrefslogtreecommitdiff
path: root/src/configreader.cpp
diff options
context:
space:
mode:
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 144ad00d0..d18b86c99 100644
--- a/src/configreader.cpp
+++ b/src/configreader.cpp
@@ -700,6 +700,8 @@ std::vector<std::string> ServerConfig::GetModules() const
modules.push_back("services");
else if (insp::equalsci(shortname, "svshold"))
modules.push_back("services");
+ else if (insp::equalsci(shortname, "topiclock"))
+ modules.push_back("services");
else
{
// No need to rewrite this module name.