URI: 
       Fix the laundry. - 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 32d9c72495d3837e28d43833022322529d80732a
   DIR parent ec990a87f6d155410be6d9ab48f7534051456ac5
  HTML Author: Annna Robert-Houdin <annna@bitreich.org>
       Date:   Sun,  3 Aug 2025 22:22:06 +0200
       
       Fix the laundry.
       
       Diffstat:
         M annna-message-sauna                 |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/annna-message-sauna b/annna-message-sauna
       @@ -17,7 +17,7 @@ cmd="$5"
        
        case "${cmd}" in
        JOIN) annna-say -s "${server}" -c "${channel}" "Welcome ${user}! Please grab a towel and have fun!";;
       -PART) annna-say -s "${server}" -c "${channel}" $'\001ACTION puts the towel of ${user} to the laundry.\001'
       +PART) annna-say -s "${server}" -c "${channel}" $'\001ACTION puts the towel to the laundry.\001';;
        esac
        
        annna-message-common "${server}" "${channel}" "${user}" "${text}" "${cmd}"