mirror of
https://github.com/anope/anope.git
synced 2026-06-28 15:36:38 +02:00
Made the help command description code more sane
This commit is contained in:
@@ -18,6 +18,7 @@ class CommandMSStaff : public Command
|
||||
public:
|
||||
CommandMSStaff() : Command("STAFF", 1, 1, "memoserv/staff")
|
||||
{
|
||||
this->SetDesc("Send a memo to all opers/admins");
|
||||
}
|
||||
|
||||
CommandReturn Execute(CommandSource &source, const std::vector<Anope::string> ¶ms)
|
||||
@@ -54,11 +55,6 @@ class CommandMSStaff : public Command
|
||||
{
|
||||
SyntaxError(source, "STAFF", _("STAFF \037memo-text\037"));
|
||||
}
|
||||
|
||||
void OnServHelp(CommandSource &source)
|
||||
{
|
||||
source.Reply(_(" STAFF Send a memo to all opers/admins"));
|
||||
}
|
||||
};
|
||||
|
||||
class MSStaff : public Module
|
||||
|
||||
Reference in New Issue
Block a user