mirror of
https://github.com/anope/anope.git
synced 2026-06-30 21:07:09 +02:00
Made the help command description code more sane
This commit is contained in:
@@ -18,6 +18,7 @@ class CommandCSSetSignKick : public Command
|
||||
public:
|
||||
CommandCSSetSignKick(const Anope::string &cpermission = "") : Command("SIGNKICK", 2, 2, cpermission)
|
||||
{
|
||||
this->SetDesc("Sign kicks that are done with KICK command");
|
||||
}
|
||||
|
||||
CommandReturn Execute(CommandSource &source, const std::vector<Anope::string> ¶ms)
|
||||
@@ -71,11 +72,6 @@ class CommandCSSetSignKick : public Command
|
||||
{
|
||||
SyntaxError(source, "SET SIGNKICK", _("SET \037channel\037 SIGNKICK {ON | LEVEL | OFF}"));
|
||||
}
|
||||
|
||||
void OnServHelp(CommandSource &source)
|
||||
{
|
||||
source.Reply(_(" SIGNKICK Sign kicks that are done with KICK command"));
|
||||
}
|
||||
};
|
||||
|
||||
class CommandCSSASetSignKick : public CommandCSSetSignKick
|
||||
|
||||
Reference in New Issue
Block a user