aboutsummaryrefslogtreecommitdiffstats
path: root/tombloo.js
diff options
context:
space:
mode:
Diffstat (limited to 'tombloo.js')
-rw-r--r--tombloo.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/tombloo.js b/tombloo.js
index e7665ba..cbee74b 100644
--- a/tombloo.js
+++ b/tombloo.js
@@ -59,6 +59,7 @@ liberator.commands.addUserCommand(['tombloo'],'Post by Tombloo',
function(arg,special){
TomblooService.Tombloo.Service.share(getContext(), TomblooService.Tombloo.Service.extractors[arg],special);
},{
+ bang: true,
completer: function(filter){
var completionList = new Array();
var exts = TomblooService.Tombloo.Service.check(getContext());