aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorGravatar dngfx2018-09-08 17:16:13 +0100
committerGravatar dongfix2018-09-08 17:16:13 +0100
commit7023cd45d945a9e5913cbea92609e1e6526ad76f (patch)
treeded1b520c6c9a479efe1c9ac232e246c2ed149b8 /modules
parentTweak duck timing. (diff)
signature
Remove unused code.
Diffstat (limited to 'modules')
-rw-r--r--modules/ducks.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/ducks.py b/modules/ducks.py
index 5b108e83..6cb42f96 100644
--- a/modules/ducks.py
+++ b/modules/ducks.py
@@ -177,7 +177,6 @@ class Module(object):
user = event["user"]
game = channel.games["ducks"]
- delay_increment = 0
if game["duck_spawned"] == 1 or channel.has_user(
event["user"]) == False: