diff options
Diffstat (limited to 'twittperator.js')
-rwxr-xr-x | twittperator.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/twittperator.js b/twittperator.js index a4b0d52..4d8ab01 100755 --- a/twittperator.js +++ b/twittperator.js @@ -1371,7 +1371,7 @@ let PLUGIN_INFO = function onMsg(msg, raw) { let hash = getStatusHash(msg) if (recentTweets.some(function (it) it === hash)) - return false; + return; recentTweets.unshift(hash); if (recentTweets.length > 10) |