mirror of
https://github.com/anope/anope.git
synced 2026-06-27 15:46:39 +02:00
Made the help command description code more sane
This commit is contained in:
@@ -18,6 +18,7 @@ class CommandMSInfo : public Command
|
||||
public:
|
||||
CommandMSInfo() : Command("INFO", 0, 1)
|
||||
{
|
||||
this->SetDesc("Displays information about your memos");
|
||||
}
|
||||
|
||||
CommandReturn Execute(CommandSource &source, const std::vector<Anope::string> ¶ms)
|
||||
@@ -211,11 +212,6 @@ class CommandMSInfo : public Command
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
void OnServHelp(CommandSource &source)
|
||||
{
|
||||
source.Reply(_(" INFO Displays information about your memos"));
|
||||
}
|
||||
};
|
||||
|
||||
class MSInfo : public Module
|
||||
|
||||
Reference in New Issue
Block a user