diff options
-rwxr-xr-x | twittperator.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/twittperator.js b/twittperator.js index ce7f7bb..ad77888 100755 --- a/twittperator.js +++ b/twittperator.js @@ -1602,7 +1602,7 @@ function loadPlugins() { // {{{ if (doGet) { if (!getting) { getting = true; - getFollowersStatus(null, function() { + getFollowersStatus(null, true, function() { getting = false; context.fork("Twittperator", 0, context, function(context) commandCompelter(context, args)); }); |