From eb3d4d3ccd153e6a1f220aaf13c0674b2f1f3f56 Mon Sep 17 00:00:00 2001 From: Eitan Adler Date: Sat, 1 Jun 2013 15:56:58 +0200 Subject: [PATCH] When force starting pass the correct param as nick --- modules/wolfgame.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/wolfgame.py b/modules/wolfgame.py index eb88ed9..39828c0 100644 --- a/modules/wolfgame.py +++ b/modules/wolfgame.py @@ -472,7 +472,7 @@ def fleave(cli, nick, chann_, rest): def fstart(cli, nick, chan, rest): var.CAN_START_TIME = datetime.now() cli.msg(botconfig.CHANNEL, "\u0002{0}\u0002 has forced the game to start.".format(nick)) - start(cli, chan, chan, rest) + start(cli, nick, chan, rest)