This commit is contained in:
Juhani Krekelä 2019-05-10 19:26:16 +03:00
parent fab9ba14d4
commit 8b681669d1
1 changed files with 1 additions and 1 deletions

View File

@ -283,7 +283,7 @@ def game(send, notice, voice, devoice, get_event):
elif errwrapper('Could not remove player %s (%%s)' % kickee, remove_player, kickee) is not Error:
devoice(kickee)
send('%s has been remove from the game' % kickee)
send('%s has been removed from the game' % kickee)
elif event == events.deck_add:
code, = args