URI: 
       Do proper Unicode flip. - 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 f95608e7a7245e97744eafbb243f8de14203f9f0
   DIR parent e9e5b7d60a6615d9b2ecbdd5c74b163c125eda4e
  HTML Author: Annna Robert-Houdin <annna@bitreich.org>
       Date:   Mon, 14 Oct 2024 18:45:48 +0200
       
       Do proper Unicode flip.
       
       Diffstat:
         M annna-message-common                |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/annna-message-common b/annna-message-common
       @@ -787,7 +787,7 @@ case "${text}" in
        "${ircuser}, please flip "*)
                word="$(printf "%s\n" "${text}" | cut -c 20-)"
                updownword="$(updown "${word}")"
       -        annna-say -s "${server}" -c "${channel}" "${word} -> ${updownword}"
       +        annna-say -s "${server}" -c "${channel}" "(╯°□°)╯ ${word} ︵ ${updownword}"
                ;;
        "${ircuser}, please crystal math "*)
                math="$(printf "%s\n" "${text}" | cut -c 28-)"