Introduction
Introduction Statistics Contact Development Disclaimer Help
Add fish support to annna. - annna - Annna the nice friendly bot.
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6…
Log
Files
Refs
Tags
README
---
commit 8b1c8f5228a284f870c56ae71114f1cdcc01a2f0
parent e2193bc981e44f95f840fbc582a26245b4340e99
Author: Annna Robert-Houdin <[email protected]>
Date: Tue, 30 Jul 2024 21:19:00 +0200
Add fish support to annna.
Diffstat:
M annna-message-common | 10 ++++++++++
1 file changed, 10 insertions(+), 0 deletions(-)
---
diff --git a/annna-message-common b/annna-message-common
@@ -912,6 +912,16 @@ case "${text}" in
;;
esac
;;
+"${ircuser}, please give me a fish.")
+ case "$(($RANDOM % 2))" in
+ 0)
+ annna-say -s "${server}" -c "${channel}" '<><'
+ ;;
+ *)
+ annna-say -s "${server}" -c "${channel}" '><>'
+ ;;
+ esac
+ ;;
"${ircuser}, be cute.")
case "$(($RANDOM % 4))" in
0)
You are viewing proxied material from bitreich.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.