From 37fa6bfbd71b334b6f526320ae722afe313007fb Mon Sep 17 00:00:00 2001 From: Eitan Adler Date: Sat, 18 May 2013 01:44:18 -0400 Subject: [PATCH] again... 2am is bad --- modules/wolfgame.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/wolfgame.py b/modules/wolfgame.py index 4aa04c9..338f56f 100644 --- a/modules/wolfgame.py +++ b/modules/wolfgame.py @@ -1079,7 +1079,7 @@ def goat(cli, nick, chan, rest): if var.PHASE != "day": cli.notice(nick, "You can only do that in the day.") return - if var.GOATED and nick in var.ROLES["goat herder"]: + if var.GOATED and nick not in var.ROLES["goat herder"]: cli.notice(nick, "You can only do that once per day.") return ul = list(var.USERS.keys())