Skip to content

Commit

Permalink
add 365chess and chessgames part 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Hesketh2 authored Dec 24, 2024
1 parent cbfab94 commit c458656
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions standard/links/commons/links.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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/',
Expand Down

0 comments on commit c458656

Please sign in to comment.