From 8df527e9d7430c306aca1bd5bd6d38cb66ba2cd9 Mon Sep 17 00:00:00 2001 From: nyuszika7h Date: Wed, 28 Jan 2015 16:36:00 +0100 Subject: [PATCH] Fix grammar in message displayed on initial !join --- modules/wolfgame.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/wolfgame.py b/modules/wolfgame.py index e51df69..62e9c83 100644 --- a/modules/wolfgame.py +++ b/modules/wolfgame.py @@ -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: