diff options
Diffstat (limited to 'src/configreader.cpp')
| -rw-r--r-- | src/configreader.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/configreader.cpp b/src/configreader.cpp index 098753555..b82428935 100644 --- a/src/configreader.cpp +++ b/src/configreader.cpp @@ -682,6 +682,8 @@ std::vector<std::string> ServerConfig::GetModules() const modules.push_back("help"); modules.push_back("helpmode"); } + else if (insp::equalsci(shortname, "namesx")) + modules.push_back("multiprefix"); else if (insp::equalsci(shortname, "regex_pcre2")) modules.push_back("regex_pcre"); else if (insp::equalsci(shortname, "sha256")) |
