aboutsummaryrefslogtreecommitdiffstats
path: root/src/configreader.cpp
diff options
context:
space:
mode:
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 e101e92fd..529311a96 100644
--- a/src/configreader.cpp
+++ b/src/configreader.cpp
@@ -680,6 +680,8 @@ std::vector<std::string> 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"))