diff options
Diffstat (limited to 'data/rbot')
-rw-r--r-- | data/rbot/plugins/rss.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/rbot/plugins/rss.rb b/data/rbot/plugins/rss.rb index 23f9f7e5..1bc9b16e 100644 --- a/data/rbot/plugins/rss.rb +++ b/data/rbot/plugins/rss.rb @@ -429,7 +429,7 @@ class RSSFeedsPlugin < Plugin when 'trac'
@bot.say loc, "#{handle}#{date}#{title} @ #{link}"
unless item.title =~ /^Changeset \[(\d+)\]/
- @bot.say loc, "#{handle}#{desc}"
+ @bot.say loc, "#{handle}#{date}#{desc}"
end
else
@bot.say loc, "#{handle}#{date}#{title}#{' @ ' if item.title && item.link}#{link}"
|