From ee004208123c6a89789a7bedbf809622df3cf40b Mon Sep 17 00:00:00 2001 From: jacob1 Date: Mon, 12 Jan 2015 14:21:27 -0500 Subject: [PATCH] fix missing space in oracle message --- modules/wolfgame.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/wolfgame.py b/modules/wolfgame.py index 4e40f18..600687e 100644 --- a/modules/wolfgame.py +++ b/modules/wolfgame.py @@ -4202,7 +4202,7 @@ def see(cli, nick, chan, rest): iswolf = True pm(cli, nick, ("Your paranormal senses are tingling! "+ "The spirits tell you that \u0002{0}\u0002 is {1}"+ - "a {2}wolf{2}!").format(victim, "" if iswolf else "\u0002not\u0002", BOLD if iswolf else "")) + "a {2}wolf{2}!").format(victim, "" if iswolf else "\u0002not\u0002 ", BOLD if iswolf else "")) elif role == "augur": if victimrole == "amnesiac": victimrole = var.FINAL_ROLES[victim]