1
0
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:
Adam
2011-02-11 03:12:39 -05:00
parent 7bdf592f7e
commit 2529ff6dae
148 changed files with 215 additions and 939 deletions
+1 -5
View File
@@ -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> &params)
@@ -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