Fix annna-say in annna-message-radio. - annna - Annna the nice friendly bot. | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit 8254fa32cca6215056668d2506aa7c275049d1d0 | |
parent 59d0f0d327aec67e46501df87d9bdeec83470d7e | |
Author: Annna Robert-Houdin <[email protected]> | |
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(-) | |
--- | |
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}. T… | |
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… | |
+ annna-say -s "${server}" -c "${channel}" "${user}, I have marked \"${s… | |
exit | |
;; | |
"${botname}, please help.") | |
- annna-say -c "${user}" "»next please.« gets the playlist further, ${… | |
- annna-say -c "${user}" "»please help.« gives you this help listing, … | |
+ annna-say -s "${server}" -c "${user}" "»next please.« gets the playl… | |
+ annna-say -s "${server}" -c "${user}" "»please help.« gives you this… | |
# Fall back to annna-message-common help message. | |
;; | |
esac |