Add celebration mode to annna. - annna - Annna the nice friendly bot. | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit e2193bc981e44f95f840fbc582a26245b4340e99 | |
parent 5298a7a00d5bb800cec8dcda9c3631d9b33df188 | |
Author: Annna Robert-Houdin <[email protected]> | |
Date: Tue, 30 Jul 2024 21:17:11 +0200 | |
Add celebration mode to annna. | |
Diffstat: | |
M annna-message-common | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/annna-message-common b/annna-message-common | |
@@ -985,7 +985,7 @@ case "${text}" in | |
"For humanity!") | |
annna-say -s "${server}" -c "${channel}" "${user}, for humanity!" | |
;; | |
-"${ircuser}, please dance."|"\o/"|"\^o^/"|"/o/"|"\o\\") | |
+"${ircuser}, please dance."|"${ircuser}, let us celebrate!"|"\o/"|"\^o^/"|"/o/… | |
dancemoves="$(dance-moves-gen)" | |
annna-say -s "${server}" -c "${channel}" -- "${dancemoves}" | |
;; |