When force starting pass the correct param as nick

This commit is contained in:
Eitan Adler 2013-06-01 15:56:58 +02:00
parent 7d9e543646
commit eb3d4d3ccd

View File

@ -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)