Created
September 11, 2010 10:03
-
-
Save poppen/575049 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
--- twissr.js.orig 2010-09-11 19:02:12.000000000 +0900 | |
+++ twissr.js 2010-09-11 19:02:41.000000000 +0900 | |
@@ -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('twittperator' + arg); | |
liberator.execute('wassr' + arg); | |
}, | |
{ }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment