From c2ba27c11d4d7f2a218ea58cb0195e64c626f691 Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Sun, 10 Feb 2008 13:20:09 +0100 Subject: [PATCH 1/1] rss plugin: add 'git' feed type --- data/rbot/plugins/rss.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data/rbot/plugins/rss.rb b/data/rbot/plugins/rss.rb index 59357d0e..633e8b21 100644 --- a/data/rbot/plugins/rss.rb +++ b/data/rbot/plugins/rss.rb @@ -895,6 +895,8 @@ class RSSFeedsPlugin < Plugin abt = category ? "about #{category} " : "" line1 = "#{handle}#{date}#{author}blogged #{abt}at #{link}" line2 = "#{handle}#{title} - #{desc}" + when 'git' + line1 = "#{handle}#{date}#{author}commited #{title} @ #{link}" when 'forum' line1 = "#{handle}#{date}#{title}#{at}#{link}" when 'wiki' -- 2.39.2