added a comment

This commit is contained in:
Jimmy Cao 2011-07-26 23:25:50 -05:00
parent 875466e5d8
commit 3fcab67036

View File

@ -1601,8 +1601,10 @@ def start(cli, nick, chan, rest):
cli.notice(nick, "You're currently not playing.")
return
# fstart condition
if nick == chan:
chan = botconfig.CHANNEL
now = datetime.now()
var.GAME_START_TIME = now # Only used for the idler checker
dur = int((var.CAN_START_TIME - now).total_seconds())