diff options
Diffstat (limited to 'nicovideo_comment.js')
-rw-r--r-- | nicovideo_comment.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nicovideo_comment.js b/nicovideo_comment.js index cee2169..4157649 100644 --- a/nicovideo_comment.js +++ b/nicovideo_comment.js @@ -20,6 +20,7 @@ liberator.commands.addUserCommand(['nico'],'Fill comment form in nicovideo', var form = special ? 'MailInput.text' : 'ChatInput.text' ; flvp.wrappedJSObject.SetVariable(form, arg.toString() ); },{ + bang: true, completer: function(filter, special){ var templates = []; var commands = [ |