From 32258f5b11def1967e8c7c78ffdb7113d002df03 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Fri, 13 Jan 2023 05:04:42 +0000 Subject: Convert the cloak_md5 module to the new cloak system. --- src/configreader.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/configreader.cpp') diff --git a/src/configreader.cpp b/src/configreader.cpp index 9446695f2..487e80ac1 100644 --- a/src/configreader.cpp +++ b/src/configreader.cpp @@ -613,6 +613,11 @@ std::vector ServerConfig::GetModules() const // Rewrite the old names of renamed modules. if (stdalgo::string::equalsci(shortname, "cgiirc")) modules.push_back("gateway"); + else if (stdalgo::string::equalsci(shortname, "cloaking")) + { + modules.push_back("cloak"); + modules.push_back("cloak_md5"); + } else if (stdalgo::string::equalsci(shortname, "gecosban")) modules.push_back("realnameban"); else if (stdalgo::string::equalsci(shortname, "regex_pcre2")) -- cgit v1.3.1-10-gc9f91