Fix grammar in message displayed on initial !join

This commit is contained in:
nyuszika7h 2015-01-28 16:36:00 +01:00
parent 98901ab86e
commit 8df527e9d7

View File

@ -847,7 +847,7 @@ def join_player(cli, player, chan, who = None, forced = False):
var.CAN_START_TIME = datetime.now() + timedelta(seconds=var.MINIMUM_WAIT)
cli.msg(chan, ('\u0002{0}\u0002 has started a game of Werewolf. '+
'Type "{1}join" to join. Type "{1}start" to start the game. '+
'Type "{1}wait" to increase start wait time.').format(player, botconfig.CMD_CHAR))
'Type "{1}wait" to increase the start wait time.').format(player, botconfig.CMD_CHAR))
# Set join timer
if var.JOIN_TIME_LIMIT and not botconfig.DEBUG_MODE: