diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/badwords.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/badwords.py b/modules/badwords.py index 19e542cb..daf7fbc8 100644 --- a/modules/badwords.py +++ b/modules/badwords.py @@ -53,7 +53,8 @@ class Module(ModuleManager.BaseModule): event["user"].nickname, index)) badwords.pop(index_int) event["target"].set_setting("badwords", badwords) - event["stdout"].write("%s: added to badwords" % event["user"].nickname) + event["stdout"].write("%s: removed from badwords" % + event["user"].nickname) @utils.hook("received.message.channel") def channel_message(self, event): |
