Skip to content

Instantly share code, notes, and snippets.

@penguin2716
Last active December 15, 2015 05:49
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/5211554 to your computer and use it in GitHub Desktop.
Save penguin2716/5211554 to your computer and use it in GitHub Desktop.
.@enkunkun をふぁぼったら自動であんふぁぼするmikutterプラグイン
#-*- coding: utf-8 -*-
Plugin.create :auto_unfav_enkunkun do
on_favorite do |service, user, msg|
if user == Service.primary.user and
msg.user.to_s == 'enkunkun'
msg.unfavorite
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment