Add hand greeting support to annna. - 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 165f083f2bfbaec0e4f6646db40608a68e236c65
DIR parent 7e37e6713e96370e702decc5915e1b7b2b47013f
HTML Author: Annna Robert-Houdin <annna@bitreich.org>
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(-)
---
DIR 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*"
;;