aboutsummaryrefslogtreecommitdiff
path: root/modules/ducks.py
diff options
context:
space:
mode:
authorGravatar jesopo2018-09-02 20:14:24 +0100
committerGravatar jesopo2018-09-02 20:14:24 +0100
commit72e991f4a5cb365e3ad9ebd8eff009a2fc5ab719 (patch)
treea9c77bf87dfb6f1b1cf96de8fda0a3c88487b08c /modules/ducks.py
parentgive an Exports object (actually, ExportsContex object) to each module, to (diff)
signature
up min/max duck show time in ducks.py
Diffstat (limited to 'modules/ducks.py')
-rw-r--r--modules/ducks.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ducks.py b/modules/ducks.py
index 06194b85..d66f2e9e 100644
--- a/modules/ducks.py
+++ b/modules/ducks.py
@@ -186,7 +186,7 @@ class Module(object):
self.duck_loop_entry(event)
def get_random_duck_time(self):
- return random.randint(120, 1200)
+ return random.randint(360, 2400)
def show_duck(self, event):
for server in self.bot.servers.values():