From 0bf7fda9ba9132ef4a10a072587b6e7e0d409990 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juhani=20Krekel=C3=A4?= Date: Mon, 6 May 2019 21:30:39 +0300 Subject: [PATCH] Tell the czar at the start of the round --- gameloop.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gameloop.py b/gameloop.py index 0a06cba..42f40eb 100644 --- a/gameloop.py +++ b/gameloop.py @@ -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: