mirror of
https://github.com/znc/znc.git
synced 2026-07-02 16:02:02 +02:00
Merge branch 'master' of github.com:znc/znc
This commit is contained in:
+3
-2
@@ -63,9 +63,10 @@ class CSASLMod : public CModule {
|
||||
static_cast<CModCommand::ModCmdFunc>(&CSASLMod::PrintHelp),
|
||||
"search", "Generate this output");
|
||||
AddCommand("Set", static_cast<CModCommand::ModCmdFunc>(&CSASLMod::Set),
|
||||
"<username> [<password>]",
|
||||
"[<username> [<password>]]",
|
||||
"Set username and password for the mechanisms that need "
|
||||
"them. Password is optional");
|
||||
"them. Password is optional. Without parameters, returns "
|
||||
"information about current settings.");
|
||||
AddCommand("Mechanism", static_cast<CModCommand::ModCmdFunc>(
|
||||
&CSASLMod::SetMechanismCommand),
|
||||
"[mechanism[ ...]]",
|
||||
|
||||
Reference in New Issue
Block a user