mirror of
https://github.com/znc/znc.git
synced 2026-08-03 15:33:02 +02:00
Mention username as well as password in the sasl module help
This commit is contained in:
+1
-1
@@ -70,7 +70,7 @@ public:
|
||||
AddCommand("Help", static_cast<CModCommand::ModCmdFunc>(&CSASLMod::PrintHelp),
|
||||
"search", "Generate this output");
|
||||
AddCommand("Set", static_cast<CModCommand::ModCmdFunc>(&CSASLMod::Set),
|
||||
"username password", "Set the password for PLAIN");
|
||||
"username password", "Set username and password for the PLAIN mechanism");
|
||||
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),
|
||||
|
||||
Reference in New Issue
Block a user