From 98729a6c7899ca21569f2a4f0ce5537fcb808655 Mon Sep 17 00:00:00 2001 From: Adam Date: Sat, 21 May 2011 15:32:47 -0400 Subject: [PATCH] Bug #1271 --- modules/core/ms_ignore.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/core/ms_ignore.cpp b/modules/core/ms_ignore.cpp index 45536d42f..bfb422139 100644 --- a/modules/core/ms_ignore.cpp +++ b/modules/core/ms_ignore.cpp @@ -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]")); } };