diff options
author | Adam <Adam@anope.org> | 2013-09-27 20:11:51 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2013-09-27 20:11:51 -0400 |
commit | 84a02d2709739653ea16c9cfea2b71100a05bb4d (patch) | |
tree | 62923e209845aaa856e74b9e13435420d57e0ef5 /modules/commands/os_ignore.cpp | |
parent | 4b059beb247a12726d9a471433a27a39190d583b (diff) |
Remove "Nick" reference from the /os ignore del message, as it can only contain hostmasks
Diffstat (limited to 'modules/commands/os_ignore.cpp')
-rw-r--r-- | modules/commands/os_ignore.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands/os_ignore.cpp b/modules/commands/os_ignore.cpp index fd623c20e..de1351672 100644 --- a/modules/commands/os_ignore.cpp +++ b/modules/commands/os_ignore.cpp @@ -267,7 +267,7 @@ class CommandOSIgnore : public Command source.Reply(_("\002%s\002 will no longer be ignored."), mask.c_str()); } else - source.Reply(_("Nick \002%s\002 not found on ignore list."), mask.c_str()); + source.Reply(_("\002%s\002 not found on ignore list."), mask.c_str()); } void DoClear(CommandSource &source) |