Fix formatting of !start votes

This commit is contained in:
nyuszika7h 2015-10-26 14:44:07 +01:00
parent f274f113c4
commit 3222d646de

View File

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