Allow -65536 karma for patch penalty. - annna - Annna the nice friendly bot. | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit 5b027406dc65c037887b3138dc45e2698f261e66 | |
parent fe3f2b6d0ec95f395abb538ac204c07223fa34ea | |
Author: Annna Robert-Houdin <[email protected]> | |
Date: Wed, 7 Aug 2024 22:21:22 +0200 | |
Allow -65536 karma for patch penalty. | |
Diffstat: | |
M annna-message-common | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/annna-message-common b/annna-message-common | |
@@ -1511,7 +1511,7 @@ case "${text}" in | |
"score "*) | |
text="$(printf "%s\n" "${text}" | cut -d' ' -f2-)" | |
case "${text}" in | |
- *++|*--|*-=?|*+=?|*+=-?|*-=-?|*-=??|*+=??|*-=-??) | |
+ *++|*--|*-=?|*+=?|*+=-?|*-=-?|*-=??|*+=??|*-=-??|*-=65536*) | |
scoretext="$(brcon-score "${text}")" | |
if [ -n "$scoretext" ]; | |
then |