URI: 
       add dontdoit effect - 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 a077e4552f6499e9a1d9917720040f752e47ce8f
   DIR parent 0536f43198211fd2f9417a53e8a19fa70836eb5d
  HTML Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Sat,  7 Aug 2021 23:30:14 +0200
       
       add dontdoit effect
       
       Signed-off-by: Annna Robert-Houdin <annna@bitreich.org>
       
       Diffstat:
         M annna-message-common                |       1 +
         M ffmpeg-effect                       |       2 ++
       
       2 files changed, 3 insertions(+), 0 deletions(-)
       ---
   DIR diff --git a/annna-message-common b/annna-message-common
       @@ -719,6 +719,7 @@ case "${text}" in
        "${botname}, please concatenate #"*|\
        "${botname}, please ww1 #"*|\
        "${botname}, please mow #"*|\
       +"${botname}, please dontdoit #"*|\
        "${botname}, please doomify #"*|\
        "${botname}, please scrollify #"*|\
        "${botname}, please sendtohell #"*|\
   DIR diff --git a/ffmpeg-effect b/ffmpeg-effect
       @@ -94,6 +94,8 @@ process_filter() {
                                mix_audio "${mediadir}/concatenate.mp3" "$2" "$3";;
                        sexify)
                                mix_audio "${mediadir}/careless_whisper.mp3" "$2" "$3";;
       +                dontdoit)
       +                        mix_audio "${mediadir}/dontdoit.mp3" "$2" "$3";;
                        doomify)
                                mix_audio "${mediadir}/doom.mp3" "$2" "$3";;
                        scrollify)