Last active
December 22, 2015 05:18
-
-
Save syusui-s/6422829 to your computer and use it in GitHub Desktop.
Alt+Xして、コピペして、Ctrl+Enterしよう
This file contains hidden or 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
| Plugin.create(:target_fav) do | |
| on_update do |svc, rawmsgs| | |
| msgs = Plugin.filtering(:show_filter, rawmsgs.select{|m| m.user.idname == 'syusui_s' and m.favoritable? and m[:created] > DEFINED_TIME}).first | |
| if not msgs.empty? then msgs.each{|m| m.favorite(true);} end end end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment