URI: 
       annna-message-radio: remove unneeded newlines in reply - 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 7e3fd4d3e96781bf308b93027cfcb7361f62997c
   DIR parent 236a6391e099a83f7835499c667043389b545264
  HTML Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Sat, 10 Aug 2024 16:34:07 +0200
       
       annna-message-radio: remove unneeded newlines in reply
       
       Signed-off-by: Annna Robert-Houdin <annna@bitreich.org>
       
       Diffstat:
         M annna-message-radio                 |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
   DIR diff --git a/annna-message-radio b/annna-message-radio
       @@ -26,7 +26,7 @@ case "${text}" in
                url="$(printf "%s\n" "${text}" | cut -c 25- | sed 's,\t,    ,g')"
                {
                        ytdl-mpd -a -m -q "$url"
       -                annna-say -s "${server}" -c "${channel}" "Your download ${url} is done.\n"
       +                annna-say -s "${server}" -c "${channel}" "Your download ${url} is done."
                } &
                exit
                ;;
       @@ -34,7 +34,7 @@ case "${text}" in
                word="$(printf "%s\n" "${text}" | cut -c 25- | sed 's,\t,    ,g')"
                {
                        printf "%s\n" "${word}" | bitreich-radio-speak
       -                annna-say -s "${server}" -c "${channel}" "The speech is done.\n"
       +                annna-say -s "${server}" -c "${channel}" "The speech is done."
                } &
                exit # no common messages
                ;;