mirror of
https://github.com/anope/anope.git
synced 2026-06-26 08:36:39 +02:00
Made the help command description code more sane
This commit is contained in:
@@ -18,6 +18,7 @@ class CommandMSCheck : public Command
|
||||
public:
|
||||
CommandMSCheck() : Command("CHECK", 1, 1)
|
||||
{
|
||||
this->SetDesc("Checks if last memo to a nick was read");
|
||||
}
|
||||
|
||||
CommandReturn Execute(CommandSource &source, const std::vector<Anope::string> ¶ms)
|
||||
@@ -79,11 +80,6 @@ class CommandMSCheck : public Command
|
||||
{
|
||||
SyntaxError(source, "CHECK", _("CHECK \037nickname\037"));
|
||||
}
|
||||
|
||||
void OnServHelp(CommandSource &source)
|
||||
{
|
||||
source.Reply(_(" CHECK Checks if last memo to a nick was read"));
|
||||
}
|
||||
};
|
||||
|
||||
class MSCheck : public Module
|
||||
|
||||
Reference in New Issue
Block a user