Add thx support. - annna - Annna the nice friendly bot. | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit 2af8a4f406e35487e673f4dfb80e376744c7ba0f | |
parent 14028b113ed9115ebff89ee5b998265c8a548921 | |
Author: Annna Robert-Houdin <[email protected]> | |
Date: Sun, 10 Nov 2024 23:19:23 +0100 | |
Add thx support. | |
Diffstat: | |
M annna-message-common | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/annna-message-common b/annna-message-common | |
@@ -1469,7 +1469,7 @@ case "${text}" in | |
# https://ednaundharvey.fandom.com/de/wiki/Droggelbecher | |
annna-say -s "${server}" -c "${channel}" "${user}, Droggelbecher!" | |
;; | |
-"${ircuser}, thanks.") | |
+"${ircuser}, thanks"*|"${ircuser}, thx"*) | |
annna-say -s "${server}" -c "${channel}" "${user}, you're welcome." | |
;; | |
"${ircuser}, please simulate "*" simulator"*) |