mirror of
https://github.com/znc/znc.git
synced 2026-05-09 23:04:47 +02:00
Merge branch '1.6.x'
Conflicts: modules/bouncedcc.cpp
This commit is contained in:
+1
-1
@@ -46,7 +46,7 @@ public:
|
||||
AddHelpCommand();
|
||||
AddCommand("delete", static_cast<CModCommand::ModCmdFunc>(&CCertMod::Delete),
|
||||
"", "Delete the current certificate");
|
||||
AddCommand("info", static_cast<CModCommand::ModCmdFunc>(&CCertMod::Info));
|
||||
AddCommand("info", static_cast<CModCommand::ModCmdFunc>(&CCertMod::Info), "", "Show the current certificate");
|
||||
}
|
||||
|
||||
virtual ~CCertMod() {}
|
||||
|
||||
Reference in New Issue
Block a user