Send towel day announcement to #bitreich-sauna too! - 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 4c3c7132424736bc70277b3dd06f4fb38a91aec6
DIR parent a8cca85d39505082fc0bfe69ef866f95f8116125
HTML Author: Annna Robert-Houdin <annna@bitreich.org>
Date: Mon, 25 May 2026 10:01:58 +0200
Send towel day announcement to #bitreich-sauna too!
Diffstat:
M towelday-cronjob | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
DIR diff --git a/towelday-cronjob b/towelday-cronjob
@@ -6,11 +6,11 @@ export PATH="$PATH:/home/annna/bin"
curdate="$(LANG=C date -I | cut -d- -f 2-)"
if [ "${curdate}" = "05-24" ];
then
- annna-say -s "irc.bitreich.org" -c "#bitreich-en" "One day until Towel Day!"
+ annna-say -s "irc.bitreich.org" -c "#bitreich-en #bitreich-sauna" "One day until Towel Day!"
fi
if [ "${curdate}" = "05-25" ];
then
- annna-say -s "irc.bitreich.org" -c "#bitreich-en" "Today is Towel Day! Wear it!"
+ annna-say -s "irc.bitreich.org" -c "#bitreich-en #bitreich-sauna" "Today is Towel Day! Wear it!"
fi