Introduction
Introduction Statistics Contact Development Disclaimer Help
add pullmyfinger effect - annna - Annna the nice friendly bot.
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6…
Log
Files
Refs
Tags
README
---
commit ef035d21dd8e3a4fa5f27528bdc1acdff732135c
parent 4c8e4109a396aae85304830f0b554800f3e67e2f
Author: Anders Damsgaard <[email protected]>
Date: Thu, 3 Nov 2022 20:52:35 +0100
add pullmyfinger 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
@@ -881,6 +881,7 @@ case "${text}" in
"${ircuser}, please loop #"*|\
"${ircuser}, please mow #"*|\
"${ircuser}, please namflashback #"*|\
+"${ircuser}, please pullmyfinger #"*|\
"${ircuser}, please putin #"*|\
"${ircuser}, please reverse #"*|\
"${ircuser}, please ritual #"*|\
diff --git a/ffmpeg-effect b/ffmpeg-effect
@@ -163,6 +163,8 @@ process_filter() {
mix_audio "${mediadir}/lawn-mower.mp3" "$2" "$3";;
namflashback)
mix_audio "${mediadir}/namflashback.opus" "$2" "$3";;
+ pullmyfinger)
+ mix_audio "${mediadir}/fart.opus" "$2" "$3";;
reverse)
$ffmpeg_common -i "$2" \
-vf reverse -af areverse \
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.