Add irly support in annna. - 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 b66f70634381a3c29088489f566d25f15f73146d
DIR parent f1a2b3c91730bae533d6fa1d7e76a845af639186
HTML Author: Annna Robert-Houdin <annna@bitreich.org>
Date: Fri, 13 Dec 2024 18:29:38 +0100
Add irly support in annna.
Diffstat:
M annna-message-common | 3 +++
1 file changed, 3 insertions(+), 0 deletions(-)
---
DIR diff --git a/annna-message-common b/annna-message-common
@@ -388,6 +388,9 @@ case "${text}" in
"${ircuser}, ding.")
annna-say -s "${server}" -c "${channel}" "${user}, dong."
;;
+"${ircuser}, irly"*)
+ annna-say -s "${server}" -c "${channel}" "${user}, I love you too."
+ ;;
"${ircuser}, bleep bloop.")
annna-say -s "${server}" -c "${channel}" "${user}, bloop bleep."
;;