Add some more halloween support to annna. - annna - Annna the nice friendly bot. | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit 01c3b6d286178d21a1b2c500e4a430b2407757bd | |
parent 0475257b418cf44dc72b4ed0a4a3e46f8e7bdcec | |
Author: Annna Robert-Houdin <[email protected]> | |
Date: Sun, 27 Oct 2024 08:49:07 +0100 | |
Add some more halloween support to annna. | |
Diffstat: | |
M annna-message-common | 9 +++++++++ | |
1 file changed, 9 insertions(+), 0 deletions(-) | |
--- | |
diff --git a/annna-message-common b/annna-message-common | |
@@ -1142,6 +1142,15 @@ case "${text}" in | |
annna-say -s "${server}" -c "${channel}" -- "ς ( ・ᴗ・ ς )" | |
annna-say -s "${server}" -c "${channel}" -- "It did the mash\\ It did … | |
;; | |
+"${ircuser}, boo.") | |
+ annna-say -s "${server}" -c "${channel}" "${user}, 👻" | |
+ ;; | |
+"${ircuser}, W3C."|"${ircuser}, w3c.") | |
+ annna-say -s "${server}" -c "${channel}" "${user}, 🕷" | |
+ ;; | |
+"${ircuser}, pumpkin.") | |
+ annna-say -s "${server}" -c "${channel}" "${user}, 🎃" | |
+ ;; | |
"${ircuser}, please dance with me.") | |
if [ $(($RANDOM % 2)) -gt 0 ]; | |
then |