Enable secret dance moves in annna. - annna - Annna the nice friendly bot. | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit 1956255a23edb0653c11cdfcf4e8d2040c2997e1 | |
parent d1888a8ee39ec9e4167c8e7cb2d3326c2628c6c6 | |
Author: Annna Robert-Houdin <[email protected]> | |
Date: Fri, 9 Jul 2021 13:57:16 +0200 | |
Enable secret dance moves in annna. | |
Diffstat: | |
M annna-message-common | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/annna-message-common b/annna-message-common | |
@@ -643,7 +643,7 @@ case "${text}" in | |
;; | |
"${botname}, please dance."|"\o/") | |
dancemoves="$(dance-moves-gen)" | |
- annna-say -c "${channel}" "${dancemoves}" | |
+ annna-say -c "${channel}" -- "${dancemoves}" | |
;; | |
"${botname}, please dance with me.") | |
if [ $(($RANDOM % 2)) -gt 0 ]; |