Skip to content

Instantly share code, notes, and snippets.

@suna-pan
Last active December 26, 2015 02:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save suna-pan/7082710 to your computer and use it in GitHub Desktop.
Save suna-pan/7082710 to your computer and use it in GitHub Desktop.
プラグインにする必要なかった
# -*- coding: utf-8 -*-
Plugin.create(:mikutter_exclude_rt) do
filter_show_filter do |msgs|
msgs = msgs.select{|m| not m.retweet?}
[msgs]
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment