From 609f3282b83c4433eda39698a80494c3acf6f7bb Mon Sep 17 00:00:00 2001 From: "Vgr E. Barry" Date: Wed, 2 Sep 2015 22:31:16 -0400 Subject: [PATCH] Fix missing name error The worst part is that I tested that change quite a lot --- src/wolfgame.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wolfgame.py b/src/wolfgame.py index b67af4a..6e34f99 100644 --- a/src/wolfgame.py +++ b/src/wolfgame.py @@ -2497,6 +2497,7 @@ def chk_win(cli, end_game=True, winner=None): def chk_win_conditions(lpl, lwolves, lcubs, lrealwolves, lmonsters, ltraitors, lpipers, cli, end_game=True, winner=None): """Internal handler for the chk_win function.""" + chan = botconfig.CHANNEL with var.GRAVEYARD_LOCK: message = "" # fool won, chk_win was called from !lynch