annna-message-radio: remove unneeded newlines in reply - annna - Annna the nice… | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit 7e3fd4d3e96781bf308b93027cfcb7361f62997c | |
parent 236a6391e099a83f7835499c667043389b545264 | |
Author: Anders Damsgaard <[email protected]> | |
Date: Sat, 10 Aug 2024 16:34:07 +0200 | |
annna-message-radio: remove unneeded newlines in reply | |
Signed-off-by: Annna Robert-Houdin <[email protected]> | |
Diffstat: | |
M annna-message-radio | 4 ++-- | |
1 file changed, 2 insertions(+), 2 deletions(-) | |
--- | |
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}… | |
+ annna-say -s "${server}" -c "${channel}" "Your download ${url}… | |
} & | |
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.\… | |
+ annna-say -s "${server}" -c "${channel}" "The speech is done." | |
} & | |
exit # no common messages | |
;; |