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 3607f8c5..ff326d52 100644 --- a/data/rbot/plugins/rss.rb +++ b/data/rbot/plugins/rss.rb @@ -471,7 +471,7 @@ class RSSFeedsPlugin < Plugin line1 = "#{handle}#{date}#{title}#{' @ ' if item.title && item.link}#{link}"
when 'wiki'
line1 = "#{handle}#{date}#{title}#{' @ ' if item.title && item.link}#{link} has been edited by #{item.dc_creator}. #{desc}"
- when 'gmame'
+ when 'gmane'
line1 = "#{handle}#{date}Message #{title} sent by #{item.dc_creator}. #{desc}"
when 'trac'
line1 = "#{handle}#{date}#{title} @ #{link}"
|