Add hand greeting support to annna. - annna - Annna the nice friendly bot. | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit 165f083f2bfbaec0e4f6646db40608a68e236c65 | |
parent 7e37e6713e96370e702decc5915e1b7b2b47013f | |
Author: Annna Robert-Houdin <[email protected]> | |
Date: Sat, 5 Jun 2021 18:41:30 +0200 | |
Add hand greeting support to annna. | |
Diffstat: | |
M annna-message-common | 3 +++ | |
1 file changed, 3 insertions(+), 0 deletions(-) | |
--- | |
diff --git a/annna-message-common b/annna-message-common | |
@@ -499,6 +499,9 @@ case "${text}" in | |
*"oh hai"*|*"ohai"*|*"ohhai"*) | |
annna-say -c "${channel}" "${user}, hai! How is your sex life?" | |
;; | |
+"o/") | |
+ annna-say -c "${channel}" "${user}, o/" | |
+ ;; | |
*"*waves*"*|*"*wave*"*) | |
annna-say -c "${channel}" "${user}, *wave*" | |
;; |