From f56e9344cf235bec5396c2170b4064d403decdbc Mon Sep 17 00:00:00 2001 From: nyuszika7h Date: Mon, 6 Apr 2015 13:39:01 +0200 Subject: [PATCH] !time: Clarify game cancellation message --- src/wolfgame.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wolfgame.py b/src/wolfgame.py index 1fdc591..21c0459 100644 --- a/src/wolfgame.py +++ b/src/wolfgame.py @@ -6823,7 +6823,7 @@ def timeleft(cli, nick, chan, rest): elif var.PHASE == "night": what = "sunrise" elif var.PHASE == "join": - what = "the game is canceled" + what = "the game is canceled if it's not started" msg = "There is \u0002{0[0]:0>2}:{0[1]:0>2}\u0002 remaining until {1}.".format(divmod(remaining, 60), what) else: msg = "{0} timers are currently disabled.".format(var.PHASE.capitalize())