aboutsummaryrefslogtreecommitdiffstats
path: root/twittperator.js
diff options
context:
space:
mode:
Diffstat (limited to 'twittperator.js')
-rwxr-xr-xtwittperator.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/twittperator.js b/twittperator.js
index f2117da..8ae1ac0 100755
--- a/twittperator.js
+++ b/twittperator.js
@@ -1844,9 +1844,7 @@ let PLUGIN_INFO =
SubCommand({
command: ["track"],
description: "Track the specified words.",
- action: function(arg) {
- TrackingStream.start(arg);
- },
+ action: function(arg) TrackingStream.start({track: arg}),
completer: function (context, args) {
if (setting.trackWords)
context.completions = [[setting.trackWords, "Global variable"]];