mirror of
https://github.com/anope/anope.git
synced 2026-06-28 13:56:39 +02:00
Made the help command description code more sane
This commit is contained in:
@@ -18,6 +18,7 @@ class CommandOSReload : public Command
|
||||
public:
|
||||
CommandOSReload() : Command("RELOAD", 0, 0, "operserv/reload")
|
||||
{
|
||||
this->SetDesc("Reload services' configuration file");
|
||||
}
|
||||
|
||||
CommandReturn Execute(CommandSource &source, const std::vector<Anope::string> ¶ms)
|
||||
@@ -47,11 +48,6 @@ class CommandOSReload : public Command
|
||||
"session limitation, etc.)"));
|
||||
return true;
|
||||
}
|
||||
|
||||
void OnServHelp(CommandSource &source)
|
||||
{
|
||||
source.Reply(_(" RELOAD Reload services' configuration file"));
|
||||
}
|
||||
};
|
||||
|
||||
class OSReload : public Module
|
||||
|
||||
Reference in New Issue
Block a user