again... 2am is bad
This commit is contained in:
parent
f57b054db1
commit
37fa6bfbd7
@ -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())
|
||||
|
Loading…
Reference in New Issue
Block a user