Introduction
Introduction Statistics Contact Development Disclaimer Help
Allow all tags to be found with tag processing. - annna - Annna the nice friend…
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6…
Log
Files
Refs
Tags
README
---
commit c2ef5f0f9958336373a45f5f4f8e0f5e4b1559e7
parent 1bf11ab8c9fb554359ccdfaed23b271c784c9482
Author: Annna Robert-Houdin <[email protected]>
Date: Sat, 12 Dec 2020 22:43:40 +0100
Allow all tags to be found with tag processing.
Diffstat:
M annna-start-services | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/annna-start-services b/annna-start-services
@@ -675,7 +675,7 @@ annna_common() {
printf '%s' "$text" | awk -v taglimit="$printnhashtags" '
$0 ~ /#/ && $0 !~ /#nospoil/ {
for (i = 1; i <= NF; i++)
- if (match($i, /#[A-z0-9&\+-=]*/))
+ if (match($i, /#[^ ?!\.$]*/))
tags[j++] = substr($i, RSTART, RLENGTH)
}
END {
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.