diff options
| author | 2026-03-09 18:20:12 +0000 | |
|---|---|---|
| committer | 2026-03-09 18:20:12 +0000 | |
| commit | bcc2e1dcc1709cb9b47a7240932099a9206a7011 (patch) | |
| tree | 64b2f4c6c54ee5b2618aa431cf2dd7f52ae7369f /src/configreader.cpp | |
| parent | Merge branch 'insp4' into master. (diff) | |
Banish banredirect to contrib, always enable the redirect: extban.
Diffstat (limited to 'src/configreader.cpp')
| -rw-r--r-- | src/configreader.cpp | 2 |
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")) |
