Introduction
Introduction Statistics Contact Development Disclaimer Help
Do not select two times the brmember for a crime case. - annna - Annna the nice…
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6…
Log
Files
Refs
Tags
README
---
commit 6b3adf4b336373861a3081198653e881184b8e6b
parent dd675908db057161b0d1bce1ea3a61b86c8003e9
Author: Annna Robert-Houdin <[email protected]>
Date: Mon, 8 Feb 2021 19:24:45 +0100
Do not select two times the brmember for a crime case.
Diffstat:
M annna-start-services | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/annna-start-services b/annna-start-services
@@ -245,7 +245,7 @@ annna_common() {
annna-say -c "${channel}" "${user}, ${rejection}"
;;
"${botname}, who fights crime?")
- partner=$(echo $brmembers | awk '{for (i = 1; i < NF; i++) pri…
+ partner=$(echo $brmembers | grep -v "^${user}" | awk '{for (i …
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.