Remove one last whitspace still given to textsynth. - annna - Annna the nice fr… | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit 90a1d4980424c92893258a28d653bdac7d2750dd | |
parent e0a2faefb2c90018974cce640ef26e54c182d8ba | |
Author: Annna Robert-Houdin <[email protected]> | |
Date: Tue, 12 May 2020 13:06:58 +0200 | |
Remove one last whitspace still given to textsynth. | |
Diffstat: | |
M annna-start-services | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/annna-start-services b/annna-start-services | |
@@ -269,7 +269,7 @@ then | |
annna-say -c '#bitreich-en' "${purl}" | |
;; | |
"${botname}, textsynth is "*) | |
- word="$(printf "%s\n" "${text}" | cut -c 20- | sed 's,… | |
+ word="$(printf "%s\n" "${text}" | cut -c 21- | sed 's,… | |
case "$word" in | |
*\?) | |
word="$(printf "%s\n" "${word}" | cut -c -"$((… |