add dontsaytoyourmother filter - annna - Annna the nice friendly bot. | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit c90326b9bcd70691d1fd8e9659d04df01adcd18d | |
parent 6b9be59726069f4b949367b167522a527cce3dec | |
Author: Anders Damsgaard <[email protected]> | |
Date: Mon, 26 Sep 2022 20:56:44 +0200 | |
add dontsaytoyourmother filter | |
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 | |
@@ -872,6 +872,7 @@ case "${text}" in | |
"${ircuser}, please daybowbow #"*|\ | |
"${ircuser}, please developers #"*|\ | |
"${ircuser}, please dontdoit #"*|\ | |
+"${ircuser}, please dontsaytoyourmother #"*|\ | |
"${ircuser}, please doomify #"*|\ | |
"${ircuser}, please dutchapprove #"*|\ | |
"${ircuser}, please imam #"*|\ | |
diff --git a/ffmpeg-effect b/ffmpeg-effect | |
@@ -142,6 +142,8 @@ process_filter() { | |
mix_audio "${mediadir}/developers.opus" "$2" "$3";; | |
dontdoit) | |
mix_audio "${mediadir}/dontdoit.mp3" "$2" "$3";; | |
+ dontsaytoyourmother) | |
+ mix_audio "${mediadir}/dont-say-to-your-mother.opus" "$2" "$3"… | |
doomify) | |
mix_audio "${mediadir}/doom.mp3" "$2" "$3";; | |
dutchapprove) |