aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/ducks.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/ducks.py b/modules/ducks.py
index 1d445984..c17cf5be 100644
--- a/modules/ducks.py
+++ b/modules/ducks.py
@@ -35,6 +35,7 @@ class Module(ModuleManager.BaseModule):
show_duck = random.SystemRandom().randint(1, 10) == 1
if show_duck:
+ channel.duck_lines = 0
self._trigger_duck(channel)
@utils.hook("received.join")