Created
March 6, 2013 17:07
-
-
Save penguin2716/5100997 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 :aieeeee do | |
filter_gui_postbox_post do |gui_postbox| | |
Plugin.create(:gtk).widgetof(gui_postbox).widget_post.buffer.text = "アイエエエエエ!#{' ' * rand(30)}" | |
[gui_postbox] | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment