diff options
author | Adam <Adam@anope.org> | 2011-05-21 15:32:47 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2011-05-21 15:32:47 -0400 |
commit | 98729a6c7899ca21569f2a4f0ce5537fcb808655 (patch) | |
tree | 8fa371bd10bc3be127cc92f534eb886d258eab7b /modules/core/ms_ignore.cpp | |
parent | 115f94bfc23c481eab50298895f76bd494179cd8 (diff) |
Bug #1271
Diffstat (limited to 'modules/core/ms_ignore.cpp')
-rw-r--r-- | modules/core/ms_ignore.cpp | 2 |
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]")); } }; |