From 3222d646de08c442d0d02636315ff15130986cf4 Mon Sep 17 00:00:00 2001 From: nyuszika7h Date: Mon, 26 Oct 2015 14:44:07 +0100 Subject: [PATCH] Fix formatting of !start votes --- src/wolfgame.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wolfgame.py b/src/wolfgame.py index 64cf074..3277559 100644 --- a/src/wolfgame.py +++ b/src/wolfgame.py @@ -6945,7 +6945,7 @@ def start(cli, nick, chan, forced = False, restart = ""): # vote again for the final start. if len(var.START_VOTES) < start_votes_required - 1: var.START_VOTES.add(nick) - msg = "{0} has voted to \u0002start\u0002 the game. \u0002{1}\u0002 more {2} required." + msg = "\u0002{0}\u0002 has voted to start the game. \u0002{1}\u0002 more {2} required." remaining_votes = start_votes_required - len(var.START_VOTES) if remaining_votes == 1: