From f65f64102c4d2135178c76f3547131481b2a3e24 Mon Sep 17 00:00:00 2001 From: Skizzerz Date: Thu, 27 Jun 2013 21:35:49 -0500 Subject: [PATCH] change wording for !join (suggested by Makiavel) --- modules/wolfgame.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/wolfgame.py b/modules/wolfgame.py index e3ec1d8..0b3ba41 100644 --- a/modules/wolfgame.py +++ b/modules/wolfgame.py @@ -411,7 +411,7 @@ def join(cli, nick, chann_, rest): cli.mode(chan, "+v", nick) var.ROLES["person"].append(nick) - cli.msg(chan, '\u0002{0}\u0002 has joined the game. New player count: \u0002{1}\u0002'.format(nick, len(pl) + 1)) + cli.msg(chan, '\u0002{0}\u0002 has joined the game and raised the number of players to \u0002{1}\u0002'.format(nick, len(pl) + 1)) var.LAST_STATS = None # reset