Laundry spelling fix. - 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 923ab0d4d42221dcc6b48a6ffa2064c3b0bc8529 DIR parent 32d9c72495d3837e28d43833022322529d80732a HTML Author: Annna Robert-Houdin <annna@bitreich.org> Date: Sun, 3 Aug 2025 22:34:10 +0200 Laundry spelling fix. Thanks btdn! 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 to the laundry.\001';; +PART) annna-say -s "${server}" -c "${channel}" $'\001ACTION puts the towel in the laundry.\001';; esac annna-message-common "${server}" "${channel}" "${user}" "${text}" "${cmd}"