aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/ducks.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ducks.py b/modules/ducks.py
index b617929b..1d445984 100644
--- a/modules/ducks.py
+++ b/modules/ducks.py
@@ -32,7 +32,7 @@ class Module(ModuleManager.BaseModule):
min_lines = channel.get_setting("ducks-min-messages", 20)
if channel.duck_lines >= min_lines:
- show_duck = random.SystemRandom().randint(1, 20) == 1
+ show_duck = random.SystemRandom().randint(1, 10) == 1
if show_duck:
self._trigger_duck(channel)