Fix previous commit
This commit is contained in:
parent
c3fa5d4907
commit
bf18c5fbb2
@ -3850,6 +3850,7 @@ def transition_day(cli, gameid=0):
|
||||
pm(cli, alpha, "You have bitten \u0002{0}\u0002.".format(target))
|
||||
|
||||
wolfchatwolves = var.list_players(var.WOLFCHAT_ROLES)
|
||||
for wolf in wolfchatwolves:
|
||||
if wolf != nick:
|
||||
pm(cli, wolf, "\u0002{0}\u0002 has bitten \u0002{1}\u0002.".format(nick, victim))
|
||||
else:
|
||||
@ -4734,6 +4735,7 @@ def retract(cli, nick, chan, rest):
|
||||
del var.BITE_PREFERENCES[nick]
|
||||
var.ALPHA_WOLVES.remove(nick)
|
||||
pm(cli, nick, "You have decided not to bite anyone tonight.")
|
||||
wolfchatwolves = var.list_players(var.WOLFCHAT_ROLES)
|
||||
for wolf in wolfchatwolves:
|
||||
if wolf != nick:
|
||||
pm(cli, wolf, "\u0002{0}\u0002 has decided not to bite anyone tonight.".format(nick))
|
||||
|
Loading…
x
Reference in New Issue
Block a user