From 60c0a136f5bc2f72a4ab133399fc06ce065a251c Mon Sep 17 00:00:00 2001 From: xnrand Date: Mon, 15 Sep 2014 01:03:55 +0200 Subject: [PATCH] bold in wolf gun death messages --- modules/wolfgame.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/wolfgame.py b/modules/wolfgame.py index c4ce764..f732378 100644 --- a/modules/wolfgame.py +++ b/modules/wolfgame.py @@ -3233,7 +3233,7 @@ def shoot(cli, nick, chann_, rest): victimrole = var.get_reveal_role(victim) if realrole in var.WOLF_ROLES: if var.ROLE_REVEAL: - cli.msg(chan, ("\u0002{0}\u0002 is a {1}, and is dying from "+ + cli.msg(chan, ("\u0002{0}\u0002 is a \u0002{1}\u0002, and is dying from "+ "the silver bullet.").format(victim, victimrole)) var.LOGGER.logMessage(("{0} is a {1}, and is dying from the "+ "silver bullet.").format(victim, victimrole))