Fix the infusion. - annna - Annna the nice friendly bot.
 (HTM) git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/annna/
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Tags
 (DIR) README
       ---
 (DIR) commit 650e7947b6a3d9b14452c5c31a724f38baa9aa07
 (DIR) parent 50a372e027ba7a2c87e7b5383628bc98f32d3ade
 (HTM) Author: Annna Robert-Houdin <annna@bitreich.org>
       Date:   Mon, 13 Jul 2026 15:00:58 +0200
       
       Fix the infusion.
       
       Diffstat:
         M annna-message-sauna                 |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/annna-message-sauna b/annna-message-sauna
       @@ -8,14 +8,14 @@ PART) annna-say $'\001ACTION puts the towel in the laundry.\001';;
        PRIVMSG)
                case "${IRC_PRIVMSG_TEXT}" in
                "${IRC_USER}, please give me a towel"*) annna-say "$(echo -e '\001')ACTION gives ${IRC_CMD_USER} a towel.$(echo -e '\001')";;
       -        "${IRC_USER}, please add some aroma"*) annna-say $'\001ACTION pours an aromatic infuion in the sauna.\001';;
       +        "${IRC_USER}, please add some aroma"*) annna-say $'\001ACTION pours an aromatic infusion in the sauna.\001';;
                "${IRC_USER}, please pour some water"*) annna-say $'\001ACTION pours water on the stones.\001';;
                "${IRC_USER}, please clean the sauna"*) annna-say $'\001ACTION cleans the sauna.\001';;
                esac;;
        PONG)
                action=$(($RANDOM % 200))
                case "${action}" in
       -        2) annna-say $'\001ACTION pours an aromatic infuion in the sauna.\001';;
       +        2) annna-say $'\001ACTION pours an aromatic infusion in the sauna.\001';;
                4|5) annna-say $'\001ACTION pours water on the stones.\001';;
                13) annna-say $'\001ACTION cleans the sauna.\001';;
                esac;;