Add coffee making support to annna. - annna - Annna the nice friendly bot. | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit 2c3ad16a8016e00ec5ad6e61540e9a26853c288d | |
parent 733ad9e903e25cbffa344abb2861bc13a93498fa | |
Author: Annna Robert-Houdin <[email protected]> | |
Date: Sun, 5 Jan 2025 10:23:48 +0100 | |
Add coffee making support to annna. | |
Diffstat: | |
M annna-message-common | 3 +++ | |
1 file changed, 3 insertions(+), 0 deletions(-) | |
--- | |
diff --git a/annna-message-common b/annna-message-common | |
@@ -1010,6 +1010,9 @@ case "${text}" in | |
*"cows are nice"*) | |
annna-say -s "${server}" -c "${channel}" "${user}, 'Cows are nice, unl… | |
;; | |
+"${ircuser}, please make me a coffee.") | |
+ annna-say -s "${server}" -c "${channel}" "${user}, ☕" | |
+ ;; | |
"${ircuser}, please tech hype me.") | |
techstr="$(tech-hype)" | |
annna-say -s "${server}" -c "${channel}" "${techstr}" |