aboutsummaryrefslogtreecommitdiffstats
path: root/twittperator
diff options
context:
space:
mode:
authoranekos2011-08-26 22:43:36 +0900
committeranekos2011-08-26 22:43:36 +0900
commiteb4abea900128ca77fd2249f25e69833347ddcc0 (patch)
tree6b784572d92c8de1d2f75f0da2c2cdca53c21ab2 /twittperator
parent1b4d8f0a3cfc5cd5115e3ef8adcbea4b8ece75db (diff)
downloadvimperator-plugins-eb4abea900128ca77fd2249f25e69833347ddcc0.tar.bz2
絶対にFav/RTできないクールな仕様になっていたのをしぶしぶ修正
Diffstat (limited to 'twittperator')
-rw-r--r--twittperator/anti-goji.tw2
1 files changed, 1 insertions, 1 deletions
diff --git a/twittperator/anti-goji.tw b/twittperator/anti-goji.tw
index 2f0f956..bd77fda 100644
--- a/twittperator/anti-goji.tw
+++ b/twittperator/anti-goji.tw
@@ -14,7 +14,7 @@
if (goji) {
liberator.echoerr('The tweet has some gojis! DON NOT ' + name.toUpperCase() + '!!');
} else {
- return next;
+ return next();
}
}
);