Rename saslplain to saslplainauth for consistency with other auth

modules
This commit is contained in:
Alexey Sokolov
2025-02-22 16:03:46 +00:00
parent 6e9980d67f
commit af21753901
3 changed files with 1 additions and 4 deletions

View File

@@ -2066,7 +2066,7 @@ void CModules::GetDefaultMods(set<CModInfo>& ssMods,
{"chansaver", CModInfo::UserModule},
{"controlpanel", CModInfo::UserModule},
{"corecaps", CModInfo::GlobalModule},
{"saslplain", CModInfo::GlobalModule},
{"saslplainauth", CModInfo::GlobalModule},
{"simple_away", CModInfo::NetworkModule},
{"webadmin", CModInfo::GlobalModule}};