Add clapping mode for annna. - annna - Annna the nice friendly bot. | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit 38c220efc90314cbca000e296aea0ac9a7f59867 | |
parent 170a53a1dc863be4b48f257bdcf6c59497f300c4 | |
Author: Annna Robert-Houdin <[email protected]> | |
Date: Tue, 1 Sep 2020 12:45:34 +0200 | |
Add clapping mode for annna. | |
Diffstat: | |
M annna-start-services | 3 +++ | |
1 file changed, 3 insertions(+), 0 deletions(-) | |
--- | |
diff --git a/annna-start-services b/annna-start-services | |
@@ -481,6 +481,9 @@ annna_common() { | |
"${botname}, please tell me your favourite color.") | |
annna-say -c "${channel}" "My favourite color is yellow." | |
;; | |
+ "${botname}, please clap for me.") | |
+ annna-say -c "${channel}" "${user}, *clap* *clap* *clap*" | |
+ ;; | |
"${botname}, please dance.") | |
if [ $(($RANDOM % 2)) -gt 0 ]; | |
then |