Skip to content

Instantly share code, notes, and snippets.

@ne-sachirou
Created February 20, 2011 14:17
Show Gist options
  • Save ne-sachirou/835993 to your computer and use it in GitHub Desktop.
Save ne-sachirou/835993 to your computer and use it in GitHub Desktop.
notify.js #AzureaScript
// @author = http://c4se.sakura.ne.jp/profile/ne.html
// @date = 2011-02-19
// @site =
// @license = public domain
function ReceiveFavorite(source, // @param User Object:
target, // @param User Object:
target_object) { // @param Status Object:
System.showNotice('Favs@' + source.screen_name + ': ' + target_object.text);
}
@ne-sachirou
Copy link
Author

https://gist.github.com/835993/85a3a863f273881dc42e50bd5ad9e4c0c6875d1e
ふぁぼられ通知を行うAzureaScript。

@ne-sachirou
Copy link
Author

@ne-sachirou
Copy link
Author

@ne-sachirou
Copy link
Author

Commit 445d1d1328aa28f9f4b9b69f8e4f290f296b621a to ne-sachirou/AzureaVim - GitHub ne-sachirou/AzureaVim@445d1d1
AzureaVimへ移動

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment