From 76493bca826c8a59ad252fe90c228e4f1e12997a Mon Sep 17 00:00:00 2001 From: anekos Date: Thu, 27 Aug 2009 08:48:37 +0000 Subject: Follow HEAD for http://vimperator.org/trac/gitweb/?p=liberator.git;a=commitdiff;h=f20c2b315bb05c2e88d0c672f07dc229cc9267d2 git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@35089 d0d07461-0603-4401-acd4-de1884942a52 --- twitter.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'twitter.js') diff --git a/twitter.js b/twitter.js index 8154592..f6c3490 100644 --- a/twitter.js +++ b/twitter.js @@ -21,8 +21,8 @@ let PLUGIN_INFO = {NAME} -The script allows you to update Twitter status from Vimperator 0.6.*. -0 +The script allows you to update Twitter status from Vimperator +1.0.1 http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk/twitter.js Trapezoid Creative Commons @@ -193,7 +193,8 @@ let PLUGIN_INFO = liberator.echo(html, true); } liberator.modules.commands.addUserCommand(["twitter"], "Change Twitter status", - function(arg, special){ + function(arg){ + var special = arg.bang; var password; var username; try { -- cgit v1.2.3