Reenable printing to the channel for new memes. - annna - Annna the nice friend… | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit 42c584b4fd66a43982c67db3add21aef1eb46efd | |
parent fee1530aa5bf80077a0d41ad296ec741a0d2429a | |
Author: Annna Robert-Houdin <[email protected]> | |
Date: Wed, 22 Jul 2020 12:34:32 +0200 | |
Reenable printing to the channel for new memes. | |
Diffstat: | |
M annna-add-hashtag-mass | 3 +-- | |
1 file changed, 1 insertion(+), 2 deletions(-) | |
--- | |
diff --git a/annna-add-hashtag-mass b/annna-add-hashtag-mass | |
@@ -27,8 +27,7 @@ do | |
taguri="$(annna-get-hashtag-uri "${key}")" | |
if [ -n "${taguri}" ]; | |
then | |
- # annna-say -c '#bitreich-en' "Enjoy this new meme tag!… | |
- printf "${taguri}\n" | |
+ annna-say -c '#bitreich-en' "Enjoy this new meme tag! … | |
fi | |
else | |
printf "%s already in db.\n" "${key}" |