From f311ac1ecee20e164666e3d63a349c54c780aabd Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sun, 1 Mar 2026 16:13:53 +0000 Subject: Merge the chg* and set* modules. --- src/configreader.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/configreader.cpp') diff --git a/src/configreader.cpp b/src/configreader.cpp index 429ff7dd0..55e5603be 100644 --- a/src/configreader.cpp +++ b/src/configreader.cpp @@ -682,6 +682,12 @@ std::vector ServerConfig::GetModules() const modules.push_back("hash_argon2"); else if (insp::equalsci(shortname, "bcrypt")) modules.push_back("hash_bcrypt"); + else if (insp::equalsci(shortname, "chghost")) + modules.push_back("sethost"); + else if (insp::equalsci(shortname, "chgident")) + modules.push_back("setident"); + else if (insp::equalsci(shortname, "chgname")) + modules.push_back("setname"); else if (insp::equalsci(shortname, "password_hash")) modules.push_back("mkpasswd"); else if (insp::equalsci(shortname, "sha1")) -- cgit v1.3.1-10-gc9f91