mirror of
https://github.com/anope/anope.git
synced 2026-06-28 03:36:37 +02:00
Made the help command description code more sane
This commit is contained in:
@@ -18,6 +18,7 @@ class CommandMSRSend : public Command
|
||||
public:
|
||||
CommandMSRSend() : Command("RSEND", 2, 2)
|
||||
{
|
||||
this->SetDesc("Sends a memo and requests a read receipt");
|
||||
}
|
||||
|
||||
CommandReturn Execute(CommandSource &source, const std::vector<Anope::string> ¶ms)
|
||||
@@ -74,11 +75,6 @@ class CommandMSRSend : public Command
|
||||
{
|
||||
SyntaxError(source, "RSEND", _("RSEND {\037nick\037 | \037channel\037} \037memo-text\037"));
|
||||
}
|
||||
|
||||
void OnServHelp(CommandSource &source)
|
||||
{
|
||||
source.Reply(_(" RSEND Sends a memo and requests a read receipt"));
|
||||
}
|
||||
};
|
||||
|
||||
class MSRSend : public Module
|
||||
|
||||
Reference in New Issue
Block a user