mirror of
https://github.com/anope/anope.git
synced 2026-06-28 13:16:38 +02:00
Made the help command description code more sane
This commit is contained in:
@@ -57,6 +57,7 @@ class CommandOSDefcon : public Command
|
||||
public:
|
||||
CommandOSDefcon() : Command("DEFCON", 1, 1, "operserv/defcon")
|
||||
{
|
||||
this->SetDesc("Manipulate the DefCon system");
|
||||
}
|
||||
|
||||
CommandReturn Execute(CommandSource &source, const std::vector<Anope::string> ¶ms)
|
||||
@@ -133,11 +134,6 @@ class CommandOSDefcon : public Command
|
||||
{
|
||||
SyntaxError(source, "DEFCON", _("DEFCON [\0021\002|\0022\002|\0023\002|\0024\002|\0025\002]"));
|
||||
}
|
||||
|
||||
void OnServHelp(CommandSource &source)
|
||||
{
|
||||
source.Reply(_(" DEFCON Manipulate the DefCon system"));
|
||||
}
|
||||
};
|
||||
|
||||
class OSDefcon : public Module
|
||||
|
||||
Reference in New Issue
Block a user