diff options
| author | 2018-10-28 12:35:35 +0000 | |
|---|---|---|
| committer | 2018-10-28 12:35:35 +0000 | |
| commit | 7472079f6053a57ed85b414477d2a02da8ca745e (patch) | |
| tree | d9bdc42d2d832472fd6f845d6e2c8f220227691f /modules | |
| parent | Yet another typo in modules/badwords.py, 'get_getting' -> 'get_setting' (diff) | |
| signature | ||
'badowrds' -> 'badwords'
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/badwords.py | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
