Implement IRC stamping support. - 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 f1b87045b626d0b436701ace7c380695585a3b19
DIR parent 05467b02be8a1b0a5bebef6c39f987fcba62adce
HTML Author: Annna Robert-Houdin <annna@bitreich.org>
Date: Tue, 14 Dec 2021 22:17:26 +0100
Implement IRC stamping support.
Diffstat:
M annna-message-common | 3 +++
1 file changed, 3 insertions(+), 0 deletions(-)
---
DIR diff --git a/annna-message-common b/annna-message-common
@@ -750,6 +750,9 @@ case "${text}" in
dancemoves="$(dance-moves-gen)"
annna-say -c "${channel}" -- "${dancemoves}"
;;
+"${botname}, please stamp this letter for me.")
+ annna-say -c "${channel}" -- "${user}, here: 🖃 "
+ ;;
"${botname}, please dance with me.")
if [ $(($RANDOM % 2)) -gt 0 ];
then