mirror of
https://github.com/anope/anope.git
synced 2026-06-30 21:46:39 +02:00
Made the help command description code more sane
This commit is contained in:
@@ -395,6 +395,7 @@ class CommandOSSNLine : public Command
|
||||
public:
|
||||
CommandOSSNLine() : Command("SNLINE", 1, 3, "operserv/snline")
|
||||
{
|
||||
this->SetDesc("Manipulate the SNLINE list");
|
||||
}
|
||||
|
||||
CommandReturn Execute(CommandSource &source, const std::vector<Anope::string> ¶ms)
|
||||
@@ -469,11 +470,6 @@ class CommandOSSNLine : public Command
|
||||
{
|
||||
SyntaxError(source, "SNLINE", _("SNLINE {ADD | DEL | LIST | VIEW | CLEAR} [[+\037expiry\037] {\037mask\037 | \037entry-list\037}[:\037reason\037]]"));
|
||||
}
|
||||
|
||||
void OnServHelp(CommandSource &source)
|
||||
{
|
||||
source.Reply(_(" SNLINE Manipulate the SNLINE list"));
|
||||
}
|
||||
};
|
||||
|
||||
class OSSNLine : public Module
|
||||
|
||||
Reference in New Issue
Block a user