From cc3edf0997f0d8753efa27c8381e902511a7d42b Mon Sep 17 00:00:00 2001 From: skizzerz Date: Thu, 31 Jul 2014 21:03:18 -0500 Subject: [PATCH] missing period at end of sentence --- modules/wolfgame.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/wolfgame.py b/modules/wolfgame.py index 7a5f265..cfc7606 100644 --- a/modules/wolfgame.py +++ b/modules/wolfgame.py @@ -1317,7 +1317,7 @@ def del_player(cli, nick, forced_death = False, devoice = True, end_game = True, message = ("Saddened by the loss of their lover, \u0002{0}\u0002, " + "a{1} \u0002{2}\u0002, commits suicide.").format(other, an, role) else: - message = "Saddened by the loss of their lover, \u0002{0}\u0002 commits suicide".format(other) + message = "Saddened by the loss of their lover, \u0002{0}\u0002 commits suicide.".format(other) cli.msg(botconfig.CHANNEL, message) var.LOGGER.logMessage(message.replace("\02", "")) var.LOGGER.logBare(other, "DEAD LOVER")