URI: 
       Comment out newyeard/countdownd calls on the various celebration days. - 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 6649f6bd16c1c7116acf9f6ac39f99f65b350478
   DIR parent 7b845c493af337ef1fa7d5a0a84a8b784832dc69
  HTML Author: Annna Robert-Houdin <annna@bitreich.org>
       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(-)
       ---
   DIR 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 Chinese New Year!"
        
       -        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}" ];
   DIR 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.org/1/ed"
        
       -        countdownd $(date -d "+ 1 day" -I) "#bitreich-en" "ED day"
       +        #countdownd $(date -d "+ 1 day" -I) "#bitreich-en" "ED day"
        fi
        
        if [ "${curdate}" = "ED" ];
   DIR 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 Groundhog Day! gophers://bitreich.org/1/groundhog-day"
        
       -        countdownd $(date -d "+ 1 day" -I) "irc.libera.chat/#gopherproject" "Groundhog Day"
       +        #countdownd $(date -d "+ 1 day" -I) "irc.libera.chat/#gopherproject" "Groundhog Day"
        fi
        
        if [ "${curdate}" = "02-02" ];
   DIR 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" ];
   DIR 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://gopherpedia.com/0/RS-232"
        
       -        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" ];