Add salute greeting - annna - Annna the nice friendly bot. | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit 52061f22b7483aa6f5b3d1d572ea8577b500357b | |
parent 3edd53ee9fdcd4a2dccf24f764a2031eb3a9e372 | |
Author: Eddie Thieda <[email protected]> | |
Date: Fri, 5 Nov 2021 08:41:03 -0400 | |
Add salute greeting | |
Signed-off-by: Annna Robert-Houdin <[email protected]> | |
Diffstat: | |
M annna-message-common | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/annna-message-common b/annna-message-common | |
@@ -596,7 +596,7 @@ case "${text}" in | |
*"oh hai"*|*"ohai"*|*"ohhai"*) | |
annna-say -c "${channel}" "${user}, hai! How is your sex life?" | |
;; | |
-"o/"|"\o") | |
+"o/"|"\o"|"o7") | |
annna-say -c "${channel}" "${user}, ${text}" | |
;; | |
*"*waves*"*|*"*wave*"*) |