Add coffee making support to annna. - annna - Annna the nice friendly bot.
HTML git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/annna/
DIR Log
DIR Files
DIR Refs
DIR Tags
DIR README
---
DIR commit 2c3ad16a8016e00ec5ad6e61540e9a26853c288d
DIR parent 733ad9e903e25cbffa344abb2861bc13a93498fa
HTML Author: Annna Robert-Houdin <annna@bitreich.org>
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(-)
---
DIR 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, unless you are a blade of grass.' -- Mr. Qi Ng (2023)"
;;
+"${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}"