mirror of
https://github.com/anope/anope.git
synced 2026-06-26 10:16:40 +02:00
Made the help command description code more sane
This commit is contained in:
@@ -18,6 +18,7 @@ class CommandOSUpdate : public Command
|
||||
public:
|
||||
CommandOSUpdate() : Command("UPDATE", 0, 0, "operserv/update")
|
||||
{
|
||||
this->SetDesc("Force the Services databases to be updated immediately");
|
||||
}
|
||||
|
||||
CommandReturn Execute(CommandSource &source, const std::vector<Anope::string> ¶ms)
|
||||
@@ -35,12 +36,6 @@ class CommandOSUpdate : public Command
|
||||
"send the command."));
|
||||
return true;
|
||||
}
|
||||
|
||||
void OnServHelp(CommandSource &source)
|
||||
{
|
||||
source.Reply(_(" UPDATE Force the Services databases to be\n"
|
||||
" updated on disk immediately"));
|
||||
}
|
||||
};
|
||||
|
||||
class OSUpdate : public Module
|
||||
|
||||
Reference in New Issue
Block a user