mirror of
https://github.com/anope/anope.git
synced 2026-06-27 18:46:39 +02:00
Made the help command description code more sane
This commit is contained in:
@@ -40,6 +40,7 @@ class CommandOSModInfo : public Command
|
||||
public:
|
||||
CommandOSModInfo() : Command("MODINFO", 1, 1)
|
||||
{
|
||||
this->SetDesc("Info about a loaded module");
|
||||
}
|
||||
|
||||
CommandReturn Execute(CommandSource &source, const std::vector<Anope::string> ¶ms)
|
||||
@@ -76,11 +77,6 @@ class CommandOSModInfo : public Command
|
||||
{
|
||||
SyntaxError(source, "MODINFO", _("MODINFO \037FileName\037"));
|
||||
}
|
||||
|
||||
void OnServHelp(CommandSource &source)
|
||||
{
|
||||
source.Reply(_(" MODINFO Info about a loaded module"));
|
||||
}
|
||||
};
|
||||
|
||||
class OSModInfo : public Module
|
||||
|
||||
Reference in New Issue
Block a user