summaryrefslogtreecommitdiff
path: root/modules/core/ms_ignore.cpp
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2011-05-21 15:33:10 -0400
committerAdam <Adam@anope.org>2011-05-21 15:33:10 -0400
commitf4329df11cb8df29e1373759ed346fa8810521ea (patch)
tree97cd39b2673f361927b2a68b5043e11958a58cbd /modules/core/ms_ignore.cpp
parent98729a6c7899ca21569f2a4f0ce5537fcb808655 (diff)
parent742ba970b00bf3c7b7c13459420147821098e11c (diff)
Merge branch '1.9' of anope.git.sf.net:/gitroot/anope/anope into 1.9
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 bfb422139..11290952f 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."));