From 7472079f6053a57ed85b414477d2a02da8ca745e Mon Sep 17 00:00:00 2001 From: jesopo Date: Sun, 28 Oct 2018 12:35:35 +0000 Subject: [PATCH] 'badowrds' -> 'badwords' --- modules/badwords.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/badwords.py b/modules/badwords.py index db7d3110..6151118c 100644 --- a/modules/badwords.py +++ b/modules/badwords.py @@ -31,7 +31,7 @@ class Module(ModuleManager.BaseModule): "action": action, "added_by": event["user"].nickname, "added_at": time.time()}) - event["target"].set_setting("badwords", badowrds) + event["target"].set_setting("badwords", badwords) event["stdout"].write("%s: added to badwords" % event["user"].nickname) @utils.hook("received.command.badwordsdel", channel_only=True, min_args=1)