Introduction
Introduction Statistics Contact Development Disclaimer Help
add deathmetal effect - annna - Annna the nice friendly bot.
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6…
Log
Files
Refs
Tags
README
---
commit 50e336dadda94eb22e9dae550bdcc94cea2a9c5e
parent 35cc6799b8c034d70933f4a79966acb9c6c93988
Author: Anders Damsgaard <[email protected]>
Date: Thu, 8 Dec 2022 20:42:01 +0100
add deathmetal 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
@@ -880,6 +880,7 @@ case "${text}" in
"${ircuser}, please crimetv #"*|\
"${ircuser}, please curb #"*|\
"${ircuser}, please daybowbow #"*|\
+"${ircuser}, please deathmetal #"*|\
"${ircuser}, please developers #"*|\
"${ircuser}, please dontdoit #"*|\
"${ircuser}, please dontsaytoyourmother #"*|\
diff --git a/ffmpeg-effect b/ffmpeg-effect
@@ -139,6 +139,8 @@ process_filter() {
mix_audio "${mediadir}/curb.opus" "$2" "$3";;
daybowbow)
replace_audio "${mediadir}/day-bow-bow.ogg" "$2" "$3";;
+ deathmetal)
+ mix_audio "${mediadir}/artificial-brain.opus" "$2" "$3";;
developers)
mix_audio "${mediadir}/developers.opus" "$2" "$3";;
dontdoit)
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.