From 7d7ffe33702bbd3b1d8852412a745045a5559e3c Mon Sep 17 00:00:00 2001 From: spla Date: Fri, 1 Jan 2021 18:09:49 +0100 Subject: [PATCH] Mention two players when any leaves the game --- mastochess.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mastochess.py b/mastochess.py index 0107025..8e90031 100644 --- a/mastochess.py +++ b/mastochess.py @@ -2224,7 +2224,7 @@ if __name__ == '__main__': player_leave_game = get_locale("player_leave_game", player_lang) - toot_text = '@'+username + ' ' + player_leave_game + ' ' + white_user + toot_text = '@'+username + ' ' + player_leave_game + ' ' + '@'+white_user mastodon.status_post(toot_text, in_reply_to_id=status_id,visibility=visibility)