mirror of
https://github.com/znc/znc.git
synced 2026-05-05 13:02:31 +02:00
Merge branch '1.6.x'
Conflicts: modules/bouncedcc.cpp
This commit is contained in:
@@ -32,7 +32,7 @@ public:
|
||||
"[pubkey]", "If pubkey is not provided will use the current key");
|
||||
AddCommand("Del", static_cast<CModCommand::ModCmdFunc>(&CSSLClientCertMod::HandleDelCommand),
|
||||
"id");
|
||||
AddCommand("List", static_cast<CModCommand::ModCmdFunc>(&CSSLClientCertMod::HandleListCommand));
|
||||
AddCommand("List", static_cast<CModCommand::ModCmdFunc>(&CSSLClientCertMod::HandleListCommand),"", "List your public keys");
|
||||
AddCommand("Show", static_cast<CModCommand::ModCmdFunc>(&CSSLClientCertMod::HandleShowCommand),
|
||||
"", "Print your current key");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user