mirror of
https://github.com/anope/anope.git
synced 2026-07-02 05:06:39 +02:00
Made the help command description code more sane
This commit is contained in:
@@ -18,6 +18,7 @@ class CommandOSJupe : public Command
|
||||
public:
|
||||
CommandOSJupe() : Command("JUPE", 1, 2, "operserv/jupe")
|
||||
{
|
||||
this->SetDesc("\"Jupiter\" a server");
|
||||
}
|
||||
|
||||
CommandReturn Execute(CommandSource &source, const std::vector<Anope::string> ¶ms)
|
||||
@@ -64,11 +65,6 @@ class CommandOSJupe : public Command
|
||||
{
|
||||
SyntaxError(source, "JUPE", _("JUPE \037servername\037 [\037reason\037]"));
|
||||
}
|
||||
|
||||
void OnServHelp(CommandSource &source)
|
||||
{
|
||||
source.Reply(_(" JUPE \"Jupiter\" a server"));
|
||||
}
|
||||
};
|
||||
|
||||
class OSJupe : public Module
|
||||
|
||||
Reference in New Issue
Block a user