Introduction
Introduction Statistics Contact Development Disclaimer Help
Adding #calculator tag. - annna - Annna the nice friendly bot.
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6…
Log
Files
Refs
Tags
README
---
commit 26b29acfe0d123391db9b0d47b0db77da95ac376
parent 93b5e7642ad2f3cdc51442f6e14b777b5e0e8ecb
Author: Annna Robert-Houdin <[email protected]>
Date: Wed, 8 Apr 2020 13:26:07 +0200
Adding #calculator tag.
Diffstat:
M annna-add-hashtag-mass | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/annna-add-hashtag-mass b/annna-add-hashtag-mass
@@ -18,7 +18,11 @@ do
git commit -a -m "Adding ${key} tag." >&2 >/dev/null
git push >&2 >/dev/null
- annna-say -c '#bitreich-en' "Enjoy this new meme tag! ${key}: ${value}"
+ taguri="$(annna-get-hashtag-uri "${key}")"
+ if [ -n "${taguri}" ];
+ then
+ annna-say -c '#bitreich-en' "Enjoy this new meme tag! ${key}: …
+ fi
sleep 5
done
You are viewing proxied material from bitreich.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.