mirror of
https://github.com/anope/anope.git
synced 2026-06-27 06:06:38 +02:00
Made the help command description code more sane
This commit is contained in:
@@ -123,6 +123,7 @@ class CommandCSEnforce : public Command
|
||||
public:
|
||||
CommandCSEnforce() : Command("ENFORCE", 1, 2)
|
||||
{
|
||||
this->SetDesc("Enforce various channel modes and set options");
|
||||
}
|
||||
|
||||
CommandReturn Execute(CommandSource &source, const std::vector<Anope::string> ¶ms)
|
||||
@@ -207,11 +208,6 @@ class CommandCSEnforce : public Command
|
||||
{
|
||||
me->SendMessage(source, _("Syntax: \002ENFORCE \037channel\037 [\037what\037]\002"));
|
||||
}
|
||||
|
||||
void OnServHelp(CommandSource &source)
|
||||
{
|
||||
me->SendMessage(source, _(" ENFORCE Enforce various channel modes and set options"));
|
||||
}
|
||||
};
|
||||
|
||||
class CSEnforce : public Module
|
||||
|
||||
Reference in New Issue
Block a user