Skip to content

Instantly share code, notes, and snippets.

@osak
Created May 21, 2011 16:42
Show Gist options
  • Save osak/984671 to your computer and use it in GitHub Desktop.
Save osak/984671 to your computer and use it in GitHub Desktop.
Index: mentions.rb
===================================================================
--- mentions.rb (リビジョン 351)
+++ mentions.rb (作業コピー)
@@ -25,7 +25,7 @@
plugin.add_event(:favorite){ |service, fav_by, message|
if UserConfig[:favorited_by_anyone_act_as_reply] and fav_by[:idname] != service.idname
main.add(message)
- main.favorite(fav_by, message)
+ #main.favorite(fav_by, message)
end
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment