Fix politeness and spelling in last patch. - annna - Annna the nice friendly bo… | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit 205e36bf864baa443f7a31553a524df7e635612a | |
parent 8d412157e02f6001534bbc5c62296ab4c2241a40 | |
Author: Annna Robert-Houdin <[email protected]> | |
Date: Tue, 23 Feb 2021 19:07:31 +0100 | |
Fix politeness and spelling in last patch. | |
Diffstat: | |
M annna-start-services | 4 ++-- | |
1 file changed, 2 insertions(+), 2 deletions(-) | |
--- | |
diff --git a/annna-start-services b/annna-start-services | |
@@ -238,7 +238,7 @@ annna_common() { | |
"${botname}, play despacito plz.") | |
annna-say -c "${channel}" "${user}, gopher://bitreich.org/9/me… | |
;; | |
- "${botname}, give ma a Chuck Norris fact.") | |
+ "${botname}, please give me a Chuck Norris fact.") | |
chuck=$(chucknorris) | |
annna-say -c "${channel}" "${user}, ${chuck}" | |
;; | |
@@ -255,7 +255,7 @@ annna_common() { | |
tmpf=$(mktemp) | |
fetch-uri "${nuri}" > "${tmpf}" | |
curi="$(9 htmlfmt < "${tmpf}" | /br/bin/bitreich-paste)" | |
- annna-say -c "${channel}" "${user}, do not feel stupid, others… | |
+ annna-say -c "${channel}" "${user}, do not feel stupid, others… | |
rm ${tmpf} 2>/dev/null | |
;; | |
"${botname}, I feel down.") |