From ba4428be4b339136b0b75a42c074e69d41e1cc93 Mon Sep 17 00:00:00 2001 From: jcao219 Date: Sun, 17 Jul 2011 21:49:05 -0500 Subject: [PATCH] fixed some minor stuff --- oyoyo/client.py | 3 ++- wolfgame.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/oyoyo/client.py b/oyoyo/client.py index 2d7545c..33a41d5 100644 --- a/oyoyo/client.py +++ b/oyoyo/client.py @@ -217,7 +217,8 @@ class IRCClient(object): elif "" in self.command_handler: self.command_handler[""](self, prefix, command, *largs) except Exception as e: - traceback.print_exc() + traceback.print_exc() + raise e # ? yield True finally: diff --git a/wolfgame.py b/wolfgame.py index 3865167..82030af 100644 --- a/wolfgame.py +++ b/wolfgame.py @@ -868,7 +868,7 @@ def transition_day(cli, gameid=0): wc.remove(crow) deadwolf = random.choice(var.ROLES["wolf"]+wc) message.append(("The wolves made the fortunate mistake of attacking "+ - "the gunner last night, and \2{0}\2, a wolf,"+ + "a gunner last night, and \u0002{0}\u0002, a \u0002wolf\u0002,"+ " was shot dead.").format(deadwolf)) dead.append(deadwolf) var.VICTIM = ""