Introduction
Introduction Statistics Contact Development Disclaimer Help
Fix random selection of second crime fighter partner. - annna - Annna the nice …
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6…
Log
Files
Refs
Tags
README
---
commit a7586d024a940e40317a29d63eef1427f1756705
parent 7fa60fb0a06c750f14af0f8373892404c9d62d58
Author: Annna Robert-Houdin <[email protected]>
Date: Mon, 15 Feb 2021 14:57:41 +0100
Fix random selection of second crime fighter partner.
Diffstat:
M annna-start-services | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/annna-start-services b/annna-start-services
@@ -255,7 +255,7 @@ annna_common() {
annna-say -c "${channel}" "${user}, ${rejection}"
;;
"${botname}, who fights crime?")
- partner=$(echo $brmembers | grep -v "^${user}" | awk '{for (i …
+ partner=$(echo $brmembers | awk '{for (i = 1; i < NF; i++) pri…
crimefighter="$(theyfightcrime ${user} ${partner})"
annna-say -c "${channel}" "${crimefighter}"
;;
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.