Add both hand support to annna. - annna - Annna the nice friendly bot. | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit a5b0581cac508b7b6a55115f755bc7bd7fc6cccf | |
parent 165f083f2bfbaec0e4f6646db40608a68e236c65 | |
Author: Annna Robert-Houdin <[email protected]> | |
Date: Sat, 5 Jun 2021 18:43:07 +0200 | |
Add both hand support to annna. | |
Diffstat: | |
M annna-message-common | 4 ++-- | |
1 file changed, 2 insertions(+), 2 deletions(-) | |
--- | |
diff --git a/annna-message-common b/annna-message-common | |
@@ -499,8 +499,8 @@ 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/" | |
+"o/"|"\o") | |
+ annna-say -c "${channel}" "${user}, ${text}" | |
;; | |
*"*waves*"*|*"*wave*"*) | |
annna-say -c "${channel}" "${user}, *wave*" |