From a623d92eda40366ce758aa9f5a07bc77c9cc5cfd Mon Sep 17 00:00:00 2001 From: Jagua Date: Sun, 10 Jun 2012 21:06:46 +0900 Subject: add description --- twittperator/mstrans.tw | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'twittperator/mstrans.tw') diff --git a/twittperator/mstrans.tw b/twittperator/mstrans.tw index 3527fbc..9f4a582 100644 --- a/twittperator/mstrans.tw +++ b/twittperator/mstrans.tw @@ -11,11 +11,12 @@ TW.SubCommands.add( TW.SubCommand({ command: ['mstrans'], + description: "Translate a tweet", action: function(arg) { liberator.execute('mstrans ' + arg); }, timelineComplete: true, - completer: TW.Completers.text() + completer: TW.Completers.text(function(s) s.id) }) ); })(); -- cgit v1.2.3