diff options
Diffstat (limited to 'twittperator/anti-goji.tw')
-rw-r--r-- | twittperator/anti-goji.tw | 2 |
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(); } } ); |