aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtwittperator.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/twittperator.js b/twittperator.js
index f16c3c6..28b8583 100755
--- a/twittperator.js
+++ b/twittperator.js
@@ -1440,7 +1440,7 @@ function loadPlugins() { // {{{
command: ["@"],
description: "Show mentions or follower tweets",
action: function (args)
- (args.literalArg ? showFollowersStatus(args.literalArg) : showTwitterMentions()),
+ (args.literalArg ? showFollowersStatus(args.literalArg, true) : showTwitterMentions()),
completer: Completers.name
},
{