mirror of
https://github.com/anope/anope.git
synced 2026-07-03 18:23:14 +02:00
Made the help command description code more sane
This commit is contained in:
@@ -377,6 +377,7 @@ class CommandOSSZLine : public Command
|
||||
public:
|
||||
CommandOSSZLine() : Command("SZLINE", 1, 4, "operserv/szline")
|
||||
{
|
||||
this->SetDesc("Manipulate the SZLINE list");
|
||||
}
|
||||
|
||||
CommandReturn Execute(CommandSource &source, const std::vector<Anope::string> ¶ms)
|
||||
@@ -449,11 +450,6 @@ class CommandOSSZLine : public Command
|
||||
{
|
||||
SyntaxError(source, "SZLINE", _("SZLINE {ADD | DEL | LIST | VIEW | CLEAR} [[+\037expiry\037] {\037nick\037 | \037mask\037 | \037entry-list\037} [\037reason\037]]"));
|
||||
}
|
||||
|
||||
void OnServHelp(CommandSource &source)
|
||||
{
|
||||
source.Reply(_(" SZLINE Manipulate the SZLINE list"));
|
||||
}
|
||||
};
|
||||
|
||||
class OSSZLine : public Module
|
||||
|
||||
Reference in New Issue
Block a user