URI: 
       Remove one last whitspace still given to textsynth. - 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 90a1d4980424c92893258a28d653bdac7d2750dd
   DIR parent e0a2faefb2c90018974cce640ef26e54c182d8ba
  HTML Author: Annna Robert-Houdin <annna@bitreich.org>
       Date:   Tue, 12 May 2020 13:06:58 +0200
       
       Remove one last whitspace still given to textsynth.
       
       Diffstat:
         M annna-start-services                |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/annna-start-services b/annna-start-services
       @@ -269,7 +269,7 @@ then
                                annna-say -c '#bitreich-en' "${purl}"
                                ;;
                        "${botname}, textsynth is "*)
       -                        word="$(printf "%s\n" "${text}" | cut -c 20- | sed 's,\t,    ,g')"
       +                        word="$(printf "%s\n" "${text}" | cut -c 21- | sed 's,\t,    ,g')"
                                case "$word" in
                                *\?)
                                        word="$(printf "%s\n" "${word}" | cut -c -"$(($(expr length "${word}") - 1))")"