From d3f563a8e2937416c379df030f9d2d1287eadf0e Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Tue, 4 Dec 2007 20:44:19 +0000 Subject: rss plugin: display author if present in default format --- data/rbot/plugins/rss.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/data/rbot/plugins/rss.rb b/data/rbot/plugins/rss.rb index 7f645c81..2d72312a 100644 --- a/data/rbot/plugins/rss.rb +++ b/data/rbot/plugins/rss.rb @@ -903,6 +903,7 @@ class RSSFeedsPlugin < Plugin line1 = "#{handle}#{date}#{dept}#{title}#{at}#{link} (posted by #{author}#{sec})" else line1 = "#{handle}#{date}#{title}#{at}#{link}" + line1 << " (by #{author})" if author end places.each { |loc| @bot.say loc, line1, :overlong => :truncate -- cgit v1.2.3