aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorGravatar jesopo2018-09-01 21:18:49 +0100
committerGravatar GitHub2018-09-01 21:18:49 +0100
commit580b3963ce01fc338294e147863b8c0a222c7d77 (patch)
tree5cebcf8c0378c0b68f75a41254ec706f2645c153 /modules
parentMerge pull request #15 from dngfx/master (diff)
parentFix iterations (diff)
Merge pull request #16 from dngfx/master
Fix iterations
Diffstat (limited to 'modules')
-rw-r--r--modules/ducks.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/ducks.py b/modules/ducks.py
index b313a2c6..83251cef 100644
--- a/modules/ducks.py
+++ b/modules/ducks.py
@@ -228,10 +228,10 @@ class Module(object):
nick = user.nickname
id = user.id
- poached = user.get_channel_settings_per_setting("ducks-shot", 0
+ poached = user.get_channel_settings_per_setting("ducks-shot", []
)
friends = user.get_channel_settings_per_setting(
- "ducks-befriended", 0
+ "ducks-befriended", []
)
channel_friends = 0