Add future tarot service to annna. - annna - Annna the nice friendly bot.
HTML git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/annna/
DIR Log
DIR Files
DIR Refs
DIR Tags
DIR README
---
DIR commit 3d143f7e9b3ca05c05e6cd2ab4606da43ac25c78
DIR parent f7e2d166d0cfffeded8ee17854805a9f3275c52e
HTML Author: Annna Robert-Houdin <annna@bitreich.org>
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(-)
---
DIR 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/bin/bitreich-paste)"
+ annna-say -c "#bitreich-en" "${user}, your future is here: ${purl}"
+ continue;
+ fi
+
randomtag=0
if [ "${text}" = "${botname}, please meme meme meme me." ];
then