Add graveyard smash support. - 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 0475257b418cf44dc72b4ed0a4a3e46f8e7bdcec
DIR parent e09d93fd81e22d4f6a9a665f2369a4fe2690ae39
HTML Author: Annna Robert-Houdin <annna@bitreich.org>
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(-)
---
DIR 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 the ~~MONSTER MASH~~\\ It was a smash\\ It was a ~~GRAVEYARD SMASH~~"
+ ;;
"${ircuser}, please dance with me.")
if [ $(($RANDOM % 2)) -gt 0 ];
then