From bcc2e1dcc1709cb9b47a7240932099a9206a7011 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Mon, 9 Mar 2026 18:20:12 +0000 Subject: Banish banredirect to contrib, always enable the redirect: extban. --- 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 e101e92fd..529311a96 100644 --- a/src/configreader.cpp +++ b/src/configreader.cpp @@ -680,6 +680,8 @@ std::vector ServerConfig::GetModules() const // Rewrite the old names of renamed modules. if (insp::equalsci(shortname, "argon2")) modules.push_back("hash_argon2"); + else if (insp::equalsci(shortname, "banredirect")) + modules.push_back("banredirect"); else if (insp::equalsci(shortname, "bcrypt")) modules.push_back("hash_bcrypt"); else if (insp::equalsci(shortname, "chghost")) -- cgit v1.3.1-10-gc9f91