URI: 
       Add surrounder dance style 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 1c2628678b75d055cdf3d295eafdb8eec82d3e91
   DIR parent 9d0220e4858e62b6c09269e4c9befecbf629c950
  HTML Author: Annna Robert-Houdin <annna@bitreich.org>
       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(-)
       ---
   DIR 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   _o_  \o\'
       +                        else
       +                                annna-say -c "#bitreich-en" '\o7 -o7 _o7 .o7 \o. \o_ \o- \o7'
       +                        fi
                                continue;
                        fi