diff options
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) |