Created
September 1, 2010 02:57
-
-
Save poppen/560154 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Index: trunk/twissr.js | |
=================================================================== | |
--- trunk/twissr.js (revision 38395) | |
+++ trunk/twissr.js (working copy) | |
@@ -1,5 +1,5 @@ | |
// Vimperator plugin: "Update Twitter & Wassr" | |
-// Last Change: 20-Oct-2008. Jan 2008 | |
+// Last Change: 01-Sep-2010. Jan 2008 | |
// License: Public domain | |
// Maintainer: mattn <[email protected]> - http://mattn.kaoriya.net/ | |
@@ -7,7 +7,7 @@ | |
liberator.modules.commands.addUserCommand(["twissr"], "Change Twitter & Wassr status", | |
function(arg){ | |
arg = (arg.bang ? '! ' : ' ') + arg.string; | |
- liberator.execute('twitter' + arg); | |
+ liberator.execute('tw' + arg); | |
liberator.execute('wassr' + arg); | |
}, | |
{ }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment