Skip to content

Instantly share code, notes, and snippets.

@poppen
Created September 11, 2010 10:03
Show Gist options
  • Save poppen/575049 to your computer and use it in GitHub Desktop.
Save poppen/575049 to your computer and use it in GitHub Desktop.
--- 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