mirror of
https://github.com/znc/znc.git
synced 2026-07-13 21:31:27 +02:00
Merge pull request #876 from Mkaysi/sasl-requireauth
sasl: fix help text for requireauth
This commit is contained in:
+1
-1
@@ -74,7 +74,7 @@ public:
|
||||
AddCommand("Mechanism", static_cast<CModCommand::ModCmdFunc>(&CSASLMod::SetMechanismCommand),
|
||||
"[mechanism[ ...]]", "Set the mechanisms to be attempted (in order)");
|
||||
AddCommand("RequireAuth", static_cast<CModCommand::ModCmdFunc>(&CSASLMod::RequireAuthCommand),
|
||||
"[yes|no]", "Don't connect if SASL cannot be authenticated");
|
||||
"[yes|no]", "Don't connect unless SASL authentication succeeds");
|
||||
|
||||
m_bAuthenticated = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user