Add praying to annna. - annna - Annna the nice friendly bot. | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit f72a821aa4e037511536dd30e3c514a700840a75 | |
parent 1b691b98968209a9988636a4a9435704b507b04b | |
Author: Annna Robert-Houdin <[email protected]> | |
Date: Sun, 11 Apr 2021 19:17:41 +0200 | |
Add praying to annna. | |
Diffstat: | |
M annna-message-common | 3 +++ | |
1 file changed, 3 insertions(+), 0 deletions(-) | |
--- | |
diff --git a/annna-message-common b/annna-message-common | |
@@ -292,6 +292,9 @@ case "${text}" in | |
annna-say -c "${channel}" "${puri}" | |
;; | |
+"${botname}, please pray for me.") | |
+ annna-say -c "${channel}" "${user}, here, for you: gopher://bitreich.o… | |
+ ;; | |
"${botname}, please say "*) | |
word="$(printf "%s\n" "${text}" | cut -c 19- | sed 's,\t, ,g')" | |
suri="$(printf "%s\n" "${word}" | bitreich-speak)" |