Introduction
Introduction Statistics Contact Development Disclaimer Help
Add some more loops to annna. - annna - Annna the nice friendly bot.
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6…
Log
Files
Refs
Tags
README
---
commit e1a057f2e73a4268d373d3e6bbf7fa753ff10627
parent 8f07913ab9eecd60610ddf6cc2bd2bef2153c3d1
Author: Annna Robert-Houdin <[email protected]>
Date: Sun, 16 Mar 2025 09:20:00 +0100
Add some more loops to annna.
Diffstat:
M annna-message-common | 4 +++-
M ffmpeg-effect | 8 ++++++--
2 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/annna-message-common b/annna-message-common
@@ -1433,8 +1433,10 @@ case "${text}" in
"${ircuser}, please french #"*|\
"${ircuser}, please FRENCH #"*|\
"${ircuser}, please imam #"*|\
+"${ircuser}, please lop #"*|\
"${ircuser}, please loop #"*|\
"${ircuser}, please looop #"*|\
+"${ircuser}, please loooop #"*|\
"${ircuser}, please mow #"*|\
"${ircuser}, please namflashback #"*|\
"${ircuser}, please news #"*|\
@@ -1480,7 +1482,7 @@ case "${text}" in
"curb" "daybowbow" "deathmetal"
"developers" "dontdoit" "dontsaytoyourmother"
"doomify" "dutchapprove" "french"
- "FRENCH" "imam" "loop" "looop"
+ "FRENCH" "imam" "lop" "loop" "looop" "loooop"
"mow" "namflashback" "news"
"pullmyfinger" "putin" "reverse"
"richardstrauss" "ritual" "sadviolin"
diff --git a/ffmpeg-effect b/ffmpeg-effect
@@ -160,8 +160,12 @@ process_filter() {
mix_audio_video "${mediadir}/french-thursday.mp4" "$2" "$3" 80…
imam)
mix_audio "${mediadir}/imam.mp3" "$2" "$3";;
- loop|looop)
- [ "$1" == "looop" ] && repeats=10
+ lop|loop|looop|loooop)
+ # Mr. Fibonacci
+ [ "$1" == "lop" ] && repeats=3
+ [ "$1" == "loop" ] && repeats=5
+ [ "$1" == "looop" ] && repeats=8
+ [ "$1" == "loooop" ] && repeats=13
i=0
input=""
while test $i -lt $repeats; do
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.