Skip to content

Instantly share code, notes, and snippets.

@poppen
Created September 1, 2010 02:57
Show Gist options
  • Save poppen/560154 to your computer and use it in GitHub Desktop.
Save poppen/560154 to your computer and use it in GitHub Desktop.
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