aboutsummaryrefslogtreecommitdiff
path: root/src/configreader.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2023-08-14 08:11:42 +0100
committerGravatar Sadie Powell2023-08-14 08:24:57 +0100
commitb17a3abbd19918538ce9cbc5ee5dd2d1a2744910 (patch)
treef310b1a45ea4c66b85c780cc0a22b4d1ee587b28 /src/configreader.cpp
parentAllow permchannels to save the set time and setter of list mode entries. (diff)
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.
Diffstat (limited to 'src/configreader.cpp')
-rw-r--r--src/configreader.cpp2
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"))