Better lichess.org matching for only games. - annna - Annna the nice friendly b… | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit 1ecebc0ce1bebc7b46a68c7c7458c1a262cb2c7c | |
parent f953f505d44c0324ca892efb4bbb88ec429653cd | |
Author: Annna Robert-Houdin <[email protected]> | |
Date: Tue, 25 May 2021 22:12:38 +0200 | |
Better lichess.org matching for only games. | |
Diffstat: | |
M annna-message-common | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/annna-message-common b/annna-message-common | |
@@ -132,7 +132,7 @@ case "${text}" in | |
nuris="text only: ${nuri}" | |
fi | |
;; | |
- *lichess.org/*) | |
+ *lichess.org/????????|*lichess.org/????????/black) | |
nuris="$(printf "%s\n" "${uri}" \ | |
| sed 's,https://lichess.org\(/[^ ]*\)$,\1,; s… | |
;; |