summaryrefslogtreecommitdiff
path: root/modules/core/ms_ignore.cpp
diff options
context:
space:
mode:
authorDukePyrolator <DukePyrolator@anope.org>2011-05-21 15:15:46 +0200
committerDukePyrolator <DukePyrolator@anope.org>2011-05-21 15:15:46 +0200
commit742ba970b00bf3c7b7c13459420147821098e11c (patch)
treeb41960f672922e0b7660d26a1017b2a091b0025b /modules/core/ms_ignore.cpp
parent115f94bfc23c481eab50298895f76bd494179cd8 (diff)
fixed bug #1272
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..8de47eb63 100644
--- a/modules/core/ms_ignore.cpp
+++ b/modules/core/ms_ignore.cpp
@@ -84,7 +84,7 @@ class CommandMSIgnore : public Command
bool OnHelp(CommandSource &source, const Anope::string &subcommand)
{
- source.Reply(_("Syntax: \002IGNORE [\037channek\037] {\002ADD|DEL|LIST\002} [\037entry\037]\n"
+ source.Reply(_("Syntax: \002IGNORE [\037channel\037] {\002ADD|DEL|LIST\002} [\037entry\037]\n"
" \n"
"Allows you to ignore users by nick or host from memoing you. If someone on your\n"
"memo ignore list tries to memo you, they will not be told that you have them ignored."));