Introduction
Introduction Statistics Contact Development Disclaimer Help
Allow dot tags. - annna - Annna the nice friendly bot.
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6…
Log
Files
Refs
Tags
README
---
commit 874cfa0e59f6ec48d3e2596babbde4ca08afbf1a
parent c2ef5f0f9958336373a45f5f4f8e0f5e4b1559e7
Author: Annna Robert-Houdin <[email protected]>
Date: Sat, 12 Dec 2020 22:45:05 +0100
Allow dot tags.
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, /#[^ ?!\.$]*/))
+ 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.