mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Rename saslplain to saslplainauth for consistency with other auth
modules
This commit is contained in:
@@ -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}};
|
||||
|
||||
|
||||
@@ -1109,9 +1109,6 @@ bool CZNC::LoadGlobal(CConfig& config, CString& sError) {
|
||||
if (tSavedVersion < make_tuple(1, 9)) {
|
||||
vsList.push_back("corecaps");
|
||||
}
|
||||
if (tSavedVersion < make_tuple(1, 10)) {
|
||||
vsList.push_back("saslplain");
|
||||
}
|
||||
|
||||
for (const CString& sModLine : vsList) {
|
||||
CString sModName = sModLine.Token(0);
|
||||
|
||||
Reference in New Issue
Block a user