mirror of
https://github.com/znc/znc.git
synced 2026-07-05 09:21:31 +02:00
modules/sasl.cpp: update help for "set"
This is the same as #793, but for correct branch. Closes #793
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 username and password for the PLAIN mechanism");
|
||||
"<username> [<password>]", "Set username and password for the mechanisms that need them. Password is optional");
|
||||
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