mirror of
https://github.com/znc/znc.git
synced 2026-08-07 09:22:55 +02:00
+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