Last active
December 21, 2015 19:30
-
-
Save chris-x86-64/6355093 to your computer and use it in GitHub Desktop.
studying mikutter plugin
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
# -*- coding: utf-8 -*- | |
Plugin.create(:progress) do | |
filter_show_filter do |msgs| | |
[ | |
msgs.map do |m| | |
if m and !m[:retweeted_status] | |
m[:message] = "進捗どうですか" | |
end | |
m | |
end | |
] | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
まだです