Make bare !vote allow one to see votes even if not playing
This commit is contained in:
parent
dda9348fb2
commit
6d70f04b53
@ -7030,9 +7030,10 @@ def vote(cli, raw_nick, chan, rest):
|
||||
|
||||
if var.PHASE == "join" and chan != nick:
|
||||
return game(cli, raw_nick, chan, rest)
|
||||
else:
|
||||
elif rest:
|
||||
return lynch(cli, nick, chan, rest)
|
||||
|
||||
else:
|
||||
return show_votes(cli, nick, chan, rest)
|
||||
|
||||
@cmd("fpull", admin_only=True, pm=True)
|
||||
def fpull(cli, nick, chan, rest):
|
||||
|
Loading…
Reference in New Issue
Block a user