From d34a65dd9833f4d1d082a8cf2da01453e10e3014 Mon Sep 17 00:00:00 2001 From: jacob1 Date: Tue, 19 Aug 2014 21:58:08 -0400 Subject: [PATCH] add missing period for matchmaker message in !simple --- modules/wolfgame.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/wolfgame.py b/modules/wolfgame.py index c1f0872..2e563df 100644 --- a/modules/wolfgame.py +++ b/modules/wolfgame.py @@ -4522,7 +4522,7 @@ def transition_night(cli): 'dies, the other will as well. You may select yourself as one ' + 'of the lovers. You may only select lovers during the first night.')) else: - cli.notice(mm, "You are a \u0002matchmaker\u0002") + cli.notice(mm, "You are a \u0002matchmaker\u0002.") pm(cli, mm, "Players: " + ", ".join(pl)) for clone in var.ROLES["clone"]: