From cad39e95f8f430c4923c80744c47fca8ba257d1a Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Sun, 10 Feb 2008 13:29:19 +0100 Subject: rss plugin: append space to author when appropriate --- data/rbot/plugins/rss.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'data') diff --git a/data/rbot/plugins/rss.rb b/data/rbot/plugins/rss.rb index cf08825f..c5466dc6 100644 --- a/data/rbot/plugins/rss.rb +++ b/data/rbot/plugins/rss.rb @@ -900,6 +900,7 @@ class RSSFeedsPlugin < Plugin line1 = "#{handle}#{date}#{author}blogged #{abt}at #{link}" line2 = "#{handle}#{title} - #{desc}" when 'git' + author << " " if author line1 = "#{handle}#{date}#{author}commited #{title} @ #{link}" when 'forum' line1 = "#{handle}#{date}#{title}#{at}#{link}" -- cgit v1.2.3