Add irly support in annna. - annna - Annna the nice friendly bot. | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit b66f70634381a3c29088489f566d25f15f73146d | |
parent f1a2b3c91730bae533d6fa1d7e76a845af639186 | |
Author: Annna Robert-Houdin <[email protected]> | |
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(-) | |
--- | |
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." | |
;; |