aboutsummaryrefslogtreecommitdiffstats
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 486bf3ad8..053e990dc 100644
--- a/src/configreader.cpp
+++ b/src/configreader.cpp
@@ -617,6 +617,8 @@ std::vector<std::string> ServerConfig::GetModules() const
modules.push_back("gateway");
else if (stdalgo::string::equalsci(shortname, "gecosban"))
modules.push_back("realnameban");
+ else if (stdalgo::string::equalsci(shortname, "regex_pcre2"))
+ modules.push_back("regex_pcre");
else if (stdalgo::string::equalsci(shortname, "sha256"))
modules.push_back("sha2");
else if (stdalgo::string::equalsci(shortname, "services_account"))