Fix annna-say in annna-message-radio. - annna - Annna the nice friendly bot.
 (HTM) git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/annna/
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Tags
 (DIR) README
       ---
 (DIR) commit 8254fa32cca6215056668d2506aa7c275049d1d0
 (DIR) parent 59d0f0d327aec67e46501df87d9bdeec83470d7e
 (HTM) Author: Annna Robert-Houdin <annna@bitreich.org>
       Date:   Fri, 31 Dec 2021 13:25:54 +0100
       
       Fix annna-say in annna-message-radio.
       
       Diffstat:
         M annna-message-radio                 |       8 ++++----
       
       1 file changed, 4 insertions(+), 4 deletions(-)
       ---
 (DIR) diff --git a/annna-message-radio b/annna-message-radio
       @@ -13,17 +13,17 @@ text="$4"
        case "${text}" in
        "${botname}, next please.")
                /br/bin/bitreich-radio-playlist-next
       -        annna-say -c "${channel}" "You are very kind ${user}. To your command."
       +        annna-say -s "${server}" -c "${channel}" "You are very kind ${user}. To your command."
                exit # no common messages
                ;;
        "${botname}, please mark this.")
                songtitle="$(/br/bin/bitreich-radio-playlist-mark)"
       -        annna-say -c "${channel}" "${user}, I have marked \"${songtitle}\" for you."
       +        annna-say -s "${server}" -c "${channel}" "${user}, I have marked \"${songtitle}\" for you."
                exit
                ;;
        "${botname}, please help.")
       -        annna-say -c "${user}" "»next please.« gets the playlist further, ${user}."
       -        annna-say -c "${user}" "»please help.« gives you this help listing, ${user}."
       +        annna-say -s "${server}" -c "${user}" "»next please.« gets the playlist further, ${user}."
       +        annna-say -s "${server}" -c "${user}" "»please help.« gives you this help listing, ${user}."
                # Fall back to annna-message-common help message.
                ;;
        esac