From d4e268d29c12400d603c6d5e23d88df42e063890 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Thu, 26 Feb 2026 23:06:56 +0000 Subject: Load the sacommands module if a config contains the split module names. --- src/configreader.cpp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'src/configreader.cpp') diff --git a/src/configreader.cpp b/src/configreader.cpp index 9e58ba213..1830c3eaf 100644 --- a/src/configreader.cpp +++ b/src/configreader.cpp @@ -688,6 +688,20 @@ std::vector ServerConfig::GetModules() const modules.push_back("hash_sha1"); else if (insp::equalsci(shortname, "sha2")) modules.push_back("hash_sha2"); + else if (insp::equalsci(shortname, "sajoin")) + modules.push_back("sacommands"); + else if (insp::equalsci(shortname, "sakick")) + modules.push_back("sacommands"); + else if (insp::equalsci(shortname, "samode")) + modules.push_back("sacommands"); + else if (insp::equalsci(shortname, "sanick")) + modules.push_back("sacommands"); + else if (insp::equalsci(shortname, "sapart")) + modules.push_back("sacommands"); + else if (insp::equalsci(shortname, "saquit")) + modules.push_back("sacommands"); + else if (insp::equalsci(shortname, "satopic")) + modules.push_back("sacommands"); else if (insp::equalsci(shortname, "sslrehashsignal")) modules.push_back("rehashsignal"); else -- cgit v1.3.1-10-gc9f91