mirror of
https://github.com/znc/znc.git
synced 2026-05-03 03:52:33 +02: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}};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user