Created
February 20, 2011 14:17
-
-
Save ne-sachirou/835993 to your computer and use it in GitHub Desktop.
notify.js #AzureaScript
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
// @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); | |
} |
https://gist.github.com/835993/bfbd3165d11a7b375d10f66f15ab0d4bb2c9170c
apiLevel >= 12 の新API対応
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
https://gist.github.com/835993/85a3a863f273881dc42e50bd5ad9e4c0c6875d1e
ふぁぼられ通知を行うAzureaScript。