More liberal in trick and treating. - annna - Annna the nice friendly bot. | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit 954c177cc048c52a290946fcc99bc4f8d832ebd1 | |
parent ce06d14c8efe69963aa29e3e442a2ecfd9b7a00e | |
Author: Annna Robert-Houdin <[email protected]> | |
Date: Thu, 31 Oct 2024 20:25:42 +0100 | |
More liberal in trick and treating. | |
Diffstat: | |
M annna-message-common | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/annna-message-common b/annna-message-common | |
@@ -1171,7 +1171,7 @@ case "${text}" in | |
"${ircuser}, pumpkin.") | |
annna-say -s "${server}" -c "${channel}" "${user}, 🎃" | |
;; | |
-"${ircuser}, trick or treat!"|"${ircuser}, treat or trick!") | |
+"${ircuser}, trick or treat"*|"${ircuser}, treat or trick"*) | |
annna-say -s "${server}" -c "${channel}" "Wait for it. Old annnama is … | |
{ | |
sleeptime="$(( $RANDOM % 120 + 10 ))" |