Skip to content

Instantly share code, notes, and snippets.

@penguin2716
Created March 6, 2013 17:07
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save penguin2716/5100997 to your computer and use it in GitHub Desktop.
Save penguin2716/5100997 to your computer and use it in GitHub Desktop.
どんなツイートも「アイエエエエエ!」になっちゃうmikutterプラグイン
#-*- 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