Introduction
Introduction Statistics Contact Development Disclaimer Help
Comment out newyeard/countdownd calls on the various celebration days. - annna …
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6…
Log
Files
Refs
Tags
README
---
commit 6649f6bd16c1c7116acf9f6ac39f99f65b350478
parent 7b845c493af337ef1fa7d5a0a84a8b784832dc69
Author: Annna Robert-Houdin <[email protected]>
Date: Sat, 24 Aug 2024 09:19:37 +0200
Comment out newyeard/countdownd calls on the various celebration days.
Diffstat:
M chinese-newyear-cronjob | 2 +-
M ed-cronjob | 2 +-
M groundhog-cronjob | 2 +-
M programmer-day-cronjob | 2 +-
M rs-232-cronjob | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/chinese-newyear-cronjob b/chinese-newyear-cronjob
@@ -12,7 +12,7 @@ if [ "${curdate}" = "${cnypriorprior}" ];
then
annna-say -s "irc.bitreich.org" -c "#bitreich-en" "One day until Chine…
- countdownd "$(date -d "+ 1 day" -I)" "#bitreich-en" "Chinese New Year"
+ #countdownd "$(date -d "+ 1 day" -I)" "#bitreich-en" "Chinese New Year"
fi
if [ "${curdate}" = "${cnyprior}" ];
diff --git a/ed-cronjob b/ed-cronjob
@@ -8,7 +8,7 @@ if [ "${curdate}" = "EC" ];
then
annna-say -c "#bitreich-en" "One day until ED day! gophers://bitreich.…
- countdownd $(date -d "+ 1 day" -I) "#bitreich-en" "ED day"
+ #countdownd $(date -d "+ 1 day" -I) "#bitreich-en" "ED day"
fi
if [ "${curdate}" = "ED" ];
diff --git a/groundhog-cronjob b/groundhog-cronjob
@@ -8,7 +8,7 @@ if [ "${curdate}" = "02-01" ];
then
annna-say -s "irc.libera.chat" -c "#gopherproject" "One day until Grou…
- countdownd $(date -d "+ 1 day" -I) "irc.libera.chat/#gopherproject" "G…
+ #countdownd $(date -d "+ 1 day" -I) "irc.libera.chat/#gopherproject" "…
fi
if [ "${curdate}" = "02-02" ];
diff --git a/programmer-day-cronjob b/programmer-day-cronjob
@@ -8,7 +8,7 @@ if [ "${curdate}" = "256" ];
then
annna-say -c "#bitreich-en" "One day until Programmer day!"
- countdownd $(date -d "+ 1 day" -I) "#bitreich-en" "Programmer Day"
+ #countdownd $(date -d "+ 1 day" -I) "#bitreich-en" "Programmer Day"
fi
if [ "${curdate}" = "256" ];
diff --git a/rs-232-cronjob b/rs-232-cronjob
@@ -8,7 +8,7 @@ if [ "${curdate}" = "231" ];
then
annna-say -c "#bitreich-en" "One day until RS-232 day! gopher://gopher…
- countdownd $(date -d "+ 1 day" -I) "#bitreich-en" "RS-232 Day"
+ #countdownd $(date -d "+ 1 day" -I) "#bitreich-en" "RS-232 Day"
fi
if [ "${curdate}" = "232" ];
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.