Make tea_cah authentic to the cards against IRC tradition.

This commit is contained in:
shikhin 2020-07-14 17:50:10 +00:00
parent 846deec537
commit 5b63582c59
1 changed files with 1 additions and 1 deletions

View File

@ -1059,7 +1059,7 @@ def game(send, notice, voice, devoice, get_event):
card_choices[player] = selected_cards
if player in choosers:
choosers.remove(player)
notice(nick, combine_cards(round_call_card, selected_cards))
notice(nick, 'You have chosen: ' + combine_cards(round_call_card, selected_cards))
elif event == events.cards:
nick, = args