From c08217dffc8cf395dd29e8a3a32dfc559c129901 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Mon, 2 Mar 2026 21:02:25 +0000 Subject: Load the swhois module if a config contains the swhois_ext module. --- src/configreader.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/configreader.cpp') 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 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. -- cgit v1.3.1-10-gc9f91