mirror of
https://github.com/anope/anope.git
synced 2026-06-25 20:26:39 +02:00
Made the help command description code more sane
This commit is contained in:
@@ -18,6 +18,7 @@ class CommandOSModLoad : public Command
|
||||
public:
|
||||
CommandOSModLoad() : Command("MODLOAD", 1, 1, "operserv/modload")
|
||||
{
|
||||
this->SetDesc("Load a module");
|
||||
}
|
||||
|
||||
CommandReturn Execute(CommandSource &source, const std::vector<Anope::string> ¶ms)
|
||||
@@ -64,11 +65,6 @@ class CommandOSModLoad : public Command
|
||||
{
|
||||
SyntaxError(source, "MODLOAD", _("MODLOAD \037FileName\037"));
|
||||
}
|
||||
|
||||
void OnServHelp(CommandSource &source)
|
||||
{
|
||||
source.Reply(_(" MODLOAD Load a module"));
|
||||
}
|
||||
};
|
||||
|
||||
class OSModLoad : public Module
|
||||
|
||||
Reference in New Issue
Block a user