fixed some minor stuff
This commit is contained in:
parent
0211053b1d
commit
797f3514a7
@ -218,6 +218,7 @@ class IRCClient(object):
|
|||||||
self.command_handler[""](self, prefix, command, *largs)
|
self.command_handler[""](self, prefix, command, *largs)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
traceback.print_exc()
|
traceback.print_exc()
|
||||||
|
raise e # ?
|
||||||
|
|
||||||
yield True
|
yield True
|
||||||
finally:
|
finally:
|
||||||
|
@ -868,7 +868,7 @@ def transition_day(cli, gameid=0):
|
|||||||
wc.remove(crow)
|
wc.remove(crow)
|
||||||
deadwolf = random.choice(var.ROLES["wolf"]+wc)
|
deadwolf = random.choice(var.ROLES["wolf"]+wc)
|
||||||
message.append(("The wolves made the fortunate mistake of attacking "+
|
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))
|
" was shot dead.").format(deadwolf))
|
||||||
dead.append(deadwolf)
|
dead.append(deadwolf)
|
||||||
var.VICTIM = ""
|
var.VICTIM = ""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user