Last active
December 15, 2015 15:08
-
-
Save teshi04/5279029 to your computer and use it in GitHub Desktop.
ふぁぼ公するmikutterプラグイン
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
#-*- coding: utf-8 -*- | |
Plugin.create :fav_rt do | |
command(:fav_rt, | |
name: 'ふぁぼ公', | |
condition: lambda{ |opt| true }, | |
visible: true, | |
role: :timeline) do |opt| | |
opt.messages.each { |m| | |
m.message.favorite(true) | |
m.message.retweet | |
} | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment