Add future tarot service to annna. - annna - Annna the nice friendly bot. | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit 3d143f7e9b3ca05c05e6cd2ab4606da43ac25c78 | |
parent f7e2d166d0cfffeded8ee17854805a9f3275c52e | |
Author: Annna Robert-Houdin <[email protected]> | |
Date: Sun, 16 Feb 2020 22:08:25 +0100 | |
Add future tarot service 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 | |
@@ -241,6 +241,13 @@ then | |
continue; | |
fi | |
+ if [ "${text}" = "${botname}, what's my future?" ]; | |
+ then | |
+ purl="$(sacc gopher://parazyd.org/0/tarot.cgi | /br/bi… | |
+ annna-say -c "#bitreich-en" "${user}, your future is h… | |
+ continue; | |
+ fi | |
+ | |
randomtag=0 | |
if [ "${text}" = "${botname}, please meme meme meme me." ]; | |
then |