1
0
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:
Adam
2011-02-11 03:12:39 -05:00
parent 7bdf592f7e
commit 2529ff6dae
148 changed files with 215 additions and 939 deletions
+1 -5
View File
@@ -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> &params)
@@ -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