URI: 
       Fix the title character restriction - 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 40689c79f2fd434b2a9d085be096b88a66b84d60
   DIR parent bce44be6e44288861d5f49812aac4c809c4a50ce
  HTML Author: Julian Schweinsberg <pazz0@0xfa.de>
       Date:   Sat, 17 Jan 2026 17:25:36 +0100
       
       Fix the title character restriction
       
       Signed-off-by: Annna Robert-Houdin <annna@bitreich.org>
       
       Diffstat:
         M annna-message-common                |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/annna-message-common b/annna-message-common
       @@ -149,7 +149,7 @@ case "${IRC_PRIVMSG_TEXT}" in
                                fetch-uri "${archiveorguri}" > "${tmpf}"
                        fi
                fi
       -        [ -s "${tmpf}" ] && urititle="$(grabtitle < "${tmpf}" | cut -c 42-)"
       +        [ -s "${tmpf}" ] && urititle="$(grabtitle < "${tmpf}" | cut -c -42)"
        
                case "${urititle}" in
                "");;