From b17a3abbd19918538ce9cbc5ee5dd2d1a2744910 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Mon, 14 Aug 2023 08:11:42 +0100 Subject: Rename the namesx module to multiprefix. Now the module only implements the IRCv3 capability this is a more accurate name. If users want the protoctl method they can install the protoctl module from contrib as before. --- 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 098753555..b82428935 100644 --- a/src/configreader.cpp +++ b/src/configreader.cpp @@ -682,6 +682,8 @@ std::vector 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")) -- cgit v1.3.1-10-gc9f91