Make lichess white support work. - annna - Annna the nice friendly bot. | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit ca497398b75e65e61d49ae4b30f4a6d5334313f2 | |
parent ee94cfbc547cb58500398514c32798929d13ca2a | |
Author: Annna Robert-Houdin <[email protected]> | |
Date: Thu, 8 Jul 2021 19:33:59 +0200 | |
Make lichess white support work. | |
Diffstat: | |
M annna-message-common | 4 ++-- | |
1 file changed, 2 insertions(+), 2 deletions(-) | |
--- | |
diff --git a/annna-message-common b/annna-message-common | |
@@ -132,9 +132,9 @@ case "${text}" in | |
nuris="text only: ${nuri}" | |
fi | |
;; | |
- *lichess.org/????????|*lichess.org/????????/|*lichess.org/????… | |
+ *lichess.org/????????|*lichess.org/????????/|*lichess.org/????… | |
nuris="$(printf "%s\n" "${uri}" \ | |
- | sed 's,https://lichess.org\(/[^ ]*\)$,\1,; s… | |
+ | sed 's,https://lichess.org\(/[^ ]*\)$,\1,; s… | |
;; | |
*) | |
mimetype="$(file -b --mime-type "${tmpf}")" |