Add corona death question to annna. - annna - Annna the nice friendly bot. | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit bae2eee2af39d52c5c369272aff1db5ad4817f17 | |
parent 91b25c9904112b1046890193123c35247de3cf5a | |
Author: Annna Robert-Houdin <[email protected]> | |
Date: Tue, 21 Apr 2020 18:47:14 +0200 | |
Add corona death question to annna. | |
Diffstat: | |
M annna-start-services | 7 +++++++ | |
1 file changed, 7 insertions(+), 0 deletions(-) | |
--- | |
diff --git a/annna-start-services b/annna-start-services | |
@@ -398,6 +398,13 @@ then | |
continue; | |
fi | |
+ if [ "${text}" = "${botname}, how many people died of corona?"… | |
+ then | |
+ annna-say -c "#bitreich-en" "${user}, too many. :( Ple… | |
+ continue; | |
+ fi | |
+ | |
+ | |
if [ "${text}" = "${botname}, please show me your memes." ]; | |
then | |
purl="$(printf "%s" "$(hashtags)" | /br/bin/bitreich-p… |