diff options
-rw-r--r-- | data/rbot/plugins/rss.rb | 1 |
1 files changed, 1 insertions, 0 deletions
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
|