Tell the czar at the start of the round

This commit is contained in:
Juhani Krekelä 2019-05-06 21:30:39 +03:00
parent 63389568d4
commit 0bf7fda9ba
1 changed files with 1 additions and 1 deletions

View File

@ -558,7 +558,7 @@ def game(send, notice, voice, devoice, get_event):
choosers = [i for i in players.values() if i is not czar]
send('Round %i. %s choose your cards' % (round_number, ', '.join(i.nick for i in choosers)))
send('Round %i. %s is czar. %s choose your cards' % (round_number, czar.nick, ', '.join(i.nick for i in choosers)))
send('[%s]' % '_'.join(sanitize(part) for part in round_call_card.text))
for nick in players: