Introduction
Introduction Statistics Contact Development Disclaimer Help
Fix hashtag handling in long words. - annna - Annna the nice friendly bot.
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6…
Log
Files
Refs
Tags
README
---
commit 2512b1252cf3a11b5c8dc40efc471f14395d4b6b
parent baa0399f1736fc80d52e64cc12ff1fad8c1b8a2d
Author: Annna Robert-Houdin <[email protected]>
Date: Wed, 2 Jan 2019 15:21:00 +0100
Fix hashtag handling in long words.
Diffstat:
M annna-start-services | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/annna-start-services b/annna-start-services
@@ -230,7 +230,11 @@ then
*\#nospoil*)
break;
;;
- *${tagname}*)
+ *${tagname}[^a-zA-Z]*)
+ annna-say -c "#bitreich-en" "${tagname}: ${tag…
+ break;
+ ;;
+ *${tagname})
annna-say -c "#bitreich-en" "${tagname}: ${tag…
break;
;;
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.