Introduction
Introduction Statistics Contact Development Disclaimer Help
Add cheerleader mode to annna. - annna - Annna the nice friendly bot.
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6…
Log
Files
Refs
Tags
README
---
commit 707da325be5570f03f43b409623c1681f756b20e
parent cca8f0a3d21e91472905f8c14b80f82fc1b1c9a5
Author: Annna Robert-Houdin <[email protected]>
Date: Mon, 20 Apr 2020 19:02:42 +0200
Add cheerleader mode to annna.
Diffstat:
M annna-start-services | 13 +++++++++++++
1 file changed, 13 insertions(+), 0 deletions(-)
---
diff --git a/annna-start-services b/annna-start-services
@@ -441,6 +441,19 @@ then
continue;
fi
+ if [ "${text}" = "${botname}, please cheer." ];
+ then
+ case "$(($RANDOM % 2))" in
+ 0)
+ annna-say -c "#bitreich-en" '~\o/~'
+ ;;
+ *)
+ annna-say -c "#bitreich-en" '✺◟( ° ʖ °)…
+ ;;
+ esac
+ continue;
+ fi
+
if [ "${text}" = "${botname}, be cute." ];
then
case "$(($RANDOM % 4))" in
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.