URI: 
       Allow -65536 karma for patch penalty. - annna - Annna the nice friendly bot.
  HTML git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/annna/
   DIR Log
   DIR Files
   DIR Refs
   DIR Tags
   DIR README
       ---
   DIR commit 5b027406dc65c037887b3138dc45e2698f261e66
   DIR parent fe3f2b6d0ec95f395abb538ac204c07223fa34ea
  HTML Author: Annna Robert-Houdin <annna@bitreich.org>
       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(-)
       ---
   DIR 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