From c6faab1a03107cf7398a9b61d55f905b7cc808de Mon Sep 17 00:00:00 2001 From: Robert Wall Date: Sat, 6 Jul 2013 02:20:54 -0700 Subject: [PATCH] Adding a . to the end of the join message. Requested by nyuszika7h in #wolfgame-dev. --- modules/wolfgame.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/wolfgame.py b/modules/wolfgame.py index 5ab9b0e..01fa9cb 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 and raised the number of players to \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