Add graveyard smash support. - annna - Annna the nice friendly bot. | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit 0475257b418cf44dc72b4ed0a4a3e46f8e7bdcec | |
parent e09d93fd81e22d4f6a9a665f2369a4fe2690ae39 | |
Author: Annna Robert-Houdin <[email protected]> | |
Date: Sun, 27 Oct 2024 08:43:51 +0100 | |
Add graveyard smash support. | |
Diffstat: | |
M annna-message-common | 5 +++++ | |
1 file changed, 5 insertions(+), 0 deletions(-) | |
--- | |
diff --git a/annna-message-common b/annna-message-common | |
@@ -1137,6 +1137,11 @@ case "${text}" in | |
"${ircuser}, please stamp this letter for me.") | |
annna-say -s "${server}" -c "${channel}" -- "${user}, here: 🖃 " | |
;; | |
+"${ircuser}, please do the graveyard smash.") | |
+ annna-say -s "${server}" -c "${channel}" -- "( つ ・ᴗ・)つ" | |
+ annna-say -s "${server}" -c "${channel}" -- "ς ( ・ᴗ・ ς )" | |
+ annna-say -s "${server}" -c "${channel}" -- "It did the mash\\ It did … | |
+ ;; | |
"${ircuser}, please dance with me.") | |
if [ $(($RANDOM % 2)) -gt 0 ]; | |
then |