Skip to content

Instantly share code, notes, and snippets.

@958
Created December 9, 2011 08:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 958/1450681 to your computer and use it in GitHub Desktop.
Save 958/1450681 to your computer and use it in GitHub Desktop.
[keysnail]Balus!
ext.add('balus', function(ev, arg) {
plugins.twitterAPI.request('statuses/update', {
params: { status: L('バルス!!') },
ok: function() display.echoStatusBar(L('目がぁぁぁ、目がぁぁぁぁ!')),
ng: function() display.echoStatusBar(L('3分間待ってやる'))
});
}, 'Balus!');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment