diff options
| -rw-r--r-- | modules/ducks.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ducks.py b/modules/ducks.py index 9563409c..eb6d7ef4 100644 --- a/modules/ducks.py +++ b/modules/ducks.py @@ -39,7 +39,7 @@ class Module(ModuleManager.BaseModule): DEFAULT_MIN_MESSAGES) if channel.duck_lines >= min_lines: - show_duck = random.SystemRandom().randint(1, 2) == 1 + show_duck = random.SystemRandom().randint(1, 20) == 1 if show_duck: self._trigger_duck(channel) |
