Adding #systemd-love tag. - annna - Annna the nice friendly bot. | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit 9ae9d00c4d531324ed027de1fb5e631ba2534691 | |
parent afcd89d7567bfe61a426b186b58f7af3a6de2bed | |
Author: Annna Robert-Houdin <[email protected]> | |
Date: Sun, 14 Feb 2021 16:05:51 +0100 | |
Adding #systemd-love tag. | |
Diffstat: | |
M annna-start-services | 5 +++-- | |
M modules/hashtags/hashtags.txt | 1 + | |
2 files changed, 4 insertions(+), 2 deletions(-) | |
--- | |
diff --git a/annna-start-services b/annna-start-services | |
@@ -225,14 +225,15 @@ annna_common() { | |
esac | |
annna-say -c "${channel}" "${puri}" | |
;; | |
- "${botname}, cowsay"*) | |
- word="$(printf "%s\n" "${text}" | cut -c 13-)" | |
+ "${botname}, cowsay "*) | |
+ word="$(printf "%s\n" "${text}" | cut -c 15-)" | |
tmpf=$(mktemp) | |
cowsayasaservice ${word} > ${tmpf} | |
if [ $? -eq 0 ]; then | |
curi="$(/br/bin/bitreich-paste < ${tmpf})" | |
annna-say -c "${channel}" "${user}: the cow said... ${… | |
fi | |
+ rm ${tmpf} 2>/dev/null | |
;; | |
"${botname}, play despacito plz.") | |
annna-say -c "${channel}" "${user}, gopher://bitreich.org/9/me… | |
diff --git a/modules/hashtags/hashtags.txt b/modules/hashtags/hashtags.txt | |
@@ -6120,6 +6120,7 @@ | |
#systemd-introduction gopher://bitreich.org/I/memecache/systemd-introduction.j… | |
#systemd-irc gopher://bitreich.org/I/memecache/systemd-irc.png | |
#systemd-linux gopher://bitreich.org/I/memecache/systemd-linux.png | |
+#systemd-love gopher://bitreich.org/0/memecache/systemd-love.txt | |
#systemd-marketshare gopher://bitreich.org/I/memecache/systemd-marketshare.png | |
#systemd-party gopher://bitreich.org/I/memecache/systemd-party.png | |
#systemd-patches gopher://bitreich.org/I/memecache/systemd-patches.JPG |