Allow bigger scores for brcon. - annna - Annna the nice friendly bot. | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit a5c656ac028faf2c05f9b7b63225c61e93304a1e | |
parent 941b0ed840f586c3421ad6761397e2deade38b35 | |
Author: Annna Robert-Houdin <[email protected]> | |
Date: Wed, 9 Aug 2023 13:04:55 +0200 | |
Allow bigger scores for brcon. | |
Diffstat: | |
M annna-message-common | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/annna-message-common b/annna-message-common | |
@@ -1391,7 +1391,7 @@ case "${text}" in | |
"score "*) | |
text="$(printf "%s\n" "${text}" | cut -d' ' -f2-)" | |
case "${text}" in | |
- *++|*--|*-=?|*+=?|*+=-?|*-=-?) | |
+ *++|*--|*-=?|*+=?|*+=-?|*-=-?|*-=??|*+=??|*-=-??) | |
scoretext="$(brcon-score "${text}")" | |
if [ -n "$scoretext" ]; | |
then |