Skip to content

Instantly share code, notes, and snippets.

@takapiko
Created November 17, 2015 09:14
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 takapiko/71c559353a95dcb6f610 to your computer and use it in GitHub Desktop.
Save takapiko/71c559353a95dcb6f610 to your computer and use it in GitHub Desktop.
ふぁぼされたらejectするmikutterプラグイン
# -*- coding: utf-8 -*-
Plugin.create :fav_eject do
on_favorite do |service, user, message|
Thread.new {
system("eject")
}
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment