From 8bb9c835d6b34a0980b77c80c3e37ceb14efe5ac Mon Sep 17 00:00:00 2001 From: Allan Odgaard Date: Fri, 6 Jul 2007 17:45:06 +0200 Subject: [PATCH] Change some tabs to spaces. --- plugins/feed.rb | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/plugins/feed.rb b/plugins/feed.rb index c075fd0..592a678 100755 --- a/plugins/feed.rb +++ b/plugins/feed.rb @@ -174,18 +174,18 @@ module FeedStuff end while true - $log.puts Time.now.strftime('%H:%M:%S: Checking feeds…') + $log.puts Time.now.strftime('%H:%M:%S: Checking feeds…') - @feeds.each do |feed| - feed.unread.each do |item| - out.puts item.summary - item.read = true - end - end + @feeds.each do |feed| + feed.unread.each do |item| + out.puts item.summary + item.read = true + end + end save(filename) - $log.puts Time.now.strftime('%H:%M:%S: Done checking feeds!') + $log.puts Time.now.strftime('%H:%M:%S: Done checking feeds!') sleep(period) end rescue Exception => e @@ -240,7 +240,7 @@ class Feed < PluginBase irc.reply("Not yet implemented.") # FeedStuff.add(line) end - help :subscribe, "Subscribe to an RSS feed." + help :subscribe, "Subscribe to an RSS feed." # We want to load in the thread, so we only store the filename def load -- 2.11.4.GIT