summaryrefslogtreecommitdiff
path: root/modules/core/ms_ignore.cpp
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2011-05-21 15:32:47 -0400
committerAdam <Adam@anope.org>2011-05-21 15:32:47 -0400
commit98729a6c7899ca21569f2a4f0ce5537fcb808655 (patch)
tree8fa371bd10bc3be127cc92f534eb886d258eab7b /modules/core/ms_ignore.cpp
parent115f94bfc23c481eab50298895f76bd494179cd8 (diff)
Bug #1271
Diffstat (limited to 'modules/core/ms_ignore.cpp')
-rw-r--r--modules/core/ms_ignore.cpp2
1 files changed, 1 insertions, 1 deletions
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]"));
}
};