From 4c24fa10fd131b07e0774e3e6a57e475bb125714 Mon Sep 17 00:00:00 2001 From: thewesker Date: Tue, 28 Jun 2016 03:40:38 -0400 Subject: [PATCH] Fix --- lib/twitter_ebooks/bot.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/twitter_ebooks/bot.rb b/lib/twitter_ebooks/bot.rb index 6b47650..40d0564 100644 --- a/lib/twitter_ebooks/bot.rb +++ b/lib/twitter_ebooks/bot.rb @@ -302,10 +302,6 @@ module Ebooks return if ev.source.id == @user.id log "Followed by #{ev.source.screen_name}" fire(:follow, ev.source) - when :favorite, :unfavorite - return if ev.source.id == @user.id # Ignore our own favorites - log "@#{ev.source.screen_name} #{ev.name.to_s}d: #{ev.target_object.text}" - fire(ev.name, ev.source, ev.target_object) when :user_update update_myself ev.source end