Avoid linkbrother when nospoil. Thanks adc! - annna - Annna the nice friendly b… | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit 4f2ee15d6082e23e1a83f8059494d7c8384a39cc | |
parent 9916f710b7f8ec7f152db7512f86a68e9f1d3adc | |
Author: Annna Robert-Houdin <[email protected]> | |
Date: Wed, 23 Aug 2023 22:08:43 +0200 | |
Avoid linkbrother when nospoil. Thanks adc! | |
Diffstat: | |
M annna-message-common | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/annna-message-common b/annna-message-common | |
@@ -247,7 +247,7 @@ for linkbrotherchannel in $linkbrotherchannels; | |
do | |
[ "$channel" = "$linkbrotherchannel" ] && runlinkbrother=1 | |
done | |
-if [ $runlinkbrother -eq 1 ]; | |
+if [ $runlinkbrother -eq 1 ] && [ $nospoil -eq 0 ]; | |
then | |
critique=$($modbase/linkbrother/linkbrother.sh "$modbase/linkbrother/d… | |
if [ "$critique" ]; then |