Now !votes shows the amount of votes needed to lynch when there are no votes
This commit is contained in:
parent
ea14343ec2
commit
eb8f247be4
@ -528,12 +528,7 @@ def show_votes(cli, nick, chan, rest):
|
||||
return
|
||||
elif not var.VOTES.values():
|
||||
cli.msg(chan, nick+": No votes yet.")
|
||||
return
|
||||
if None in [x for voter in var.VOTES.values() for x in voter]:
|
||||
cli.msg(chan, (nick+": Tiebreaker conditions. Whoever "+
|
||||
"receives the next vote will be lynched."))
|
||||
return
|
||||
|
||||
else:
|
||||
votelist = ["{0}: {1} ({2})".format(votee,
|
||||
len(var.VOTES[votee]),
|
||||
" ".join(var.VOTES[votee]))
|
||||
|
Loading…
x
Reference in New Issue
Block a user