aboutsummaryrefslogtreecommitdiffstats
path: root/twittperator.js
diff options
context:
space:
mode:
Diffstat (limited to 'twittperator.js')
-rwxr-xr-xtwittperator.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/twittperator.js b/twittperator.js
index 9601ea9..91e2947 100755
--- a/twittperator.js
+++ b/twittperator.js
@@ -1459,7 +1459,7 @@ function setup() { // {{{
targetContext = getting = null;
}
- let matches = context.filter.match(/@([A-Za-z0-9_]{1,15})$/);
+ let matches = context.filter.match(/@([A-Za-z0-9_]{0,15})$/);
if (!matches)
return;
let list = [];