mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Merge branch '1.6.x'
This commit is contained in:
@@ -92,11 +92,11 @@ public:
|
||||
AddCommand("Add", static_cast<CModCommand::ModCmdFunc>(&CPerform::Add),
|
||||
"<command>");
|
||||
AddCommand("Del", static_cast<CModCommand::ModCmdFunc>(&CPerform::Del),
|
||||
"<nr>");
|
||||
"<number>");
|
||||
AddCommand("List", static_cast<CModCommand::ModCmdFunc>(&CPerform::List));
|
||||
AddCommand("Execute", static_cast<CModCommand::ModCmdFunc>(&CPerform::Execute));
|
||||
AddCommand("Swap", static_cast<CModCommand::ModCmdFunc>(&CPerform::Swap),
|
||||
"<nr> <nr>");
|
||||
"<number> <number>");
|
||||
}
|
||||
|
||||
virtual ~CPerform() {}
|
||||
|
||||
Reference in New Issue
Block a user