Introduction
Introduction Statistics Contact Development Disclaimer Help
Allow equal sign in hashtags. - annna - Annna the nice friendly bot.
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6…
Log
Files
Refs
Tags
README
---
commit 757ed24d63dddce9a75d27ec946ffaef1474a4ec
parent 4bf21cefaf194a772d5658ceed3d101cd4170ef6
Author: Annna Robert-Houdin <[email protected]>
Date: Sun, 15 Nov 2020 07:44:58 +0100
Allow equal sign in hashtags.
Diffstat:
M annna-start-services | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/annna-start-services b/annna-start-services
@@ -660,7 +660,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, /#[A-z0-9\+-=]*/))
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.