More lichess.org support. - annna - Annna the nice friendly bot. | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit 9c3b664cbfc2501a260a54e29f431f03ed2253d1 | |
parent 9830fcf24303d0ae2755ee62dea768423edc0de9 | |
Author: Annna Robert-Houdin <[email protected]> | |
Date: Fri, 4 Jun 2021 19:10:35 +0200 | |
More lichess.org support. | |
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/????????/black) | |
+ *lichess.org/????????|*lichess.org/????????/|*lichess.org/????… | |
nuris="$(printf "%s\n" "${uri}" \ | |
| sed 's,https://lichess.org\(/[^ ]*\)$,\1,; s… | |
;; |