Introduction
Introduction Statistics Contact Development Disclaimer Help
Add surrounder dance style to annna. - annna - Annna the nice friendly bot.
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6…
Log
Files
Refs
Tags
README
---
commit 1c2628678b75d055cdf3d295eafdb8eec82d3e91
parent 9d0220e4858e62b6c09269e4c9befecbf629c950
Author: Annna Robert-Houdin <[email protected]>
Date: Sun, 9 Feb 2020 10:36:03 +0100
Add surrounder dance style to annna.
Diffstat:
M annna-start-services | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/annna-start-services b/annna-start-services
@@ -409,7 +409,12 @@ then
if [ "${text}" = "${botname}, please dance." ];
then
- annna-say -c "#bitreich-en" ',o/ o/_ _\o _o_ \o\'
+ if [ $(($RANDOM % 2)) -gt 0 ];
+ then
+ annna-say -c "#bitreich-en" ',o/ o/_ _\o _…
+ else
+ annna-say -c "#bitreich-en" '\o7 -o7 _o7 .o7 \…
+ fi
continue;
fi
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.