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 6f97018..cd76fa3 100755
--- a/twittperator.js
+++ b/twittperator.js
@@ -1366,7 +1366,7 @@ let PLUGIN_INFO =
recentTweets.unshift(hash);
if (recentTweets.length > 10)
- recentTweetsistory.splice(10);
+ recentTweets.splice(10);
listeners.forEach(function(listener) liberator.trapErrors(function() listener(msg, raw)));