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
醤油 | |
塩コショウ | |
バター | |
七味 |
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 :tetsuya_gazou do | |
command(:tetsuya_gazou, | |
name: '天使私服テツヤを表示する', | |
condition: lambda{ |opt| true }, | |
visible: true, | |
role: :window) do |opt| | |
baseurl = 'http://twitpic.com/celd93' |
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| |
NewerOlder