From c458656fad4a37f3ec240e8647aa2ead81ea4147 Mon Sep 17 00:00:00 2001 From: Hesketh2 <88981446+Hesketh2@users.noreply.github.com> Date: Tue, 24 Dec 2024 18:37:39 +0700 Subject: [PATCH] add 365chess and chessgames part 1 --- standard/links/commons/links.lua | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/standard/links/commons/links.lua b/standard/links/commons/links.lua index 2f80ac71a8..eecd62150f 100644 --- a/standard/links/commons/links.lua +++ b/standard/links/commons/links.lua @@ -50,6 +50,16 @@ local PREFIXES = { booyah = {'https://booyah.live/'}, bracket = {''}, breakingpoint = {match = 'https://www.breakingpoint.gg/match/'}, + ['365chess'] = { + 'https://www.365chess.com/tournaments/', + player = 'https://www.365chess.com/players/', + match = 'https://www.365chess.com/game.php?gid=', + }, + chessgames = { + 'https://www.chessgames.com/perl/chess.pl?tid=', + player = 'https://www.chessgames.com/perl/chessplayer?pid=', + match = 'https://www.chessgames.com/perl/chessgame?gid=', + }, chesscom = { 'https://www.chess.com/', player = 'https://www.chess.com/member/',