diff --git a/lib/twitter_ebooks/bot.rb b/lib/twitter_ebooks/bot.rb index 3e6072e..088fd56 100755 --- a/lib/twitter_ebooks/bot.rb +++ b/lib/twitter_ebooks/bot.rb @@ -30,8 +30,8 @@ module Ebooks end def log(*args) - STDERR.puts "@#{@username}: " + args.map(&:to_s).join(' ') - STDERR.flush + STDOUT.puts "@#{@username}: " + args.map(&:to_s).join(' ') + STDOUT.flush end def configure