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 55e5603be..e101e92fd 100644 --- a/src/configreader.cpp +++ b/src/configreader.cpp @@ -710,6 +710,8 @@ std::vector<std::string> ServerConfig::GetModules() const modules.push_back("sacommands"); else if (insp::equalsci(shortname, "sslrehashsignal")) modules.push_back("rehashsignal"); + else if (insp::equalsci(shortname, "swhois_ext")) + modules.push_back("swhois"); else { // No need to rewrite this module name. |
