1
0
mirror of https://github.com/anope/anope.git synced 2026-07-06 06:53:13 +02:00
This commit is contained in:
Adam
2011-05-21 15:32:47 -04:00
parent 115f94bfc2
commit 98729a6c78
+1 -1
View File
@@ -93,7 +93,7 @@ class CommandMSIgnore : public Command
void OnSyntaxError(CommandSource &source, const Anope::string &subcommand)
{
SyntaxError(source, "IGNORE", _("IGNORE [\037channel\037] {\002ADD|DEL|\002} [\037entry\037]"));
SyntaxError(source, "IGNORE", _("IGNORE [\037channel\037] {\002ADD|DEL|LIST\002} [\037entry\037]"));
}
};