Revert "Fix issue with !quit at the beginning of the game"
This reverts commit b342c6c53e83befce3a5db6309b565710c4e826f.
This commit is contained in:
parent
b342c6c53e
commit
8845dd8d7c
@ -7280,6 +7280,7 @@ def start(cli, nick, chan, forced = False, restart = ""):
|
|||||||
return
|
return
|
||||||
|
|
||||||
now = datetime.now()
|
now = datetime.now()
|
||||||
|
var.GAME_START_TIME = now # Only used for the idler checker
|
||||||
dur = int((var.CAN_START_TIME - now).total_seconds())
|
dur = int((var.CAN_START_TIME - now).total_seconds())
|
||||||
if dur > 0 and not forced:
|
if dur > 0 and not forced:
|
||||||
plural = "" if dur == 1 else "s"
|
plural = "" if dur == 1 else "s"
|
||||||
@ -7652,7 +7653,7 @@ def start(cli, nick, chan, forced = False, restart = ""):
|
|||||||
reapertimer.daemon = True
|
reapertimer.daemon = True
|
||||||
reapertimer.start()
|
reapertimer.start()
|
||||||
|
|
||||||
var.GAME_START_TIME = datetime.now()
|
|
||||||
|
|
||||||
@hook("error")
|
@hook("error")
|
||||||
def on_error(cli, pfx, msg):
|
def on_error(cli, pfx, msg):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user