Be more flexible with trick and treat. - annna - Annna the nice friendly bot. | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit 25da212ed69cb6f49e5bba34e5cbbeb0a3f3b5da | |
parent 8a3300e51dd142cfbcf7e1deac0c4434ad4aa839 | |
Author: Annna Robert-Houdin <[email protected]> | |
Date: Sun, 27 Oct 2024 14:15:13 +0100 | |
Be more flexible with trick and treat. | |
Diffstat: | |
M annna-message-common | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/annna-message-common b/annna-message-common | |
@@ -1151,7 +1151,7 @@ case "${text}" in | |
"${ircuser}, pumpkin.") | |
annna-say -s "${server}" -c "${channel}" "${user}, 🎃" | |
;; | |
-"${ircuser}, trick or treat!") | |
+"${ircuser}, trick or treat!"|"${ircuser}, treat or trick!") | |
annna-say -s "${server}" -c "${channel}" "Wait for it. Old annnama is … | |
{ | |
sleeptime="$(( $RANDOM % 120 + 10 ))" |