add dontdoit effect - annna - Annna the nice friendly bot. | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit a077e4552f6499e9a1d9917720040f752e47ce8f | |
parent 0536f43198211fd2f9417a53e8a19fa70836eb5d | |
Author: Anders Damsgaard <[email protected]> | |
Date: Sat, 7 Aug 2021 23:30:14 +0200 | |
add dontdoit effect | |
Signed-off-by: Annna Robert-Houdin <[email protected]> | |
Diffstat: | |
M annna-message-common | 1 + | |
M ffmpeg-effect | 2 ++ | |
2 files changed, 3 insertions(+), 0 deletions(-) | |
--- | |
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 #"*|\ | |
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) |