]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/commitdiff
rss plugin: fix missplet 'gmane'
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Mon, 5 Feb 2007 10:57:53 +0000 (10:57 +0000)
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Mon, 5 Feb 2007 10:57:53 +0000 (10:57 +0000)
data/rbot/plugins/rss.rb

index 3607f8c50d7c31879e92a9c488af5a92d754ced0..ff326d52b84ad44a7016d0343e8842bc41bac90e 100644 (file)
@@ -471,7 +471,7 @@ class RSSFeedsPlugin < Plugin
       line1 = "#{handle}#{date}#{title}#{' @ ' if item.title && item.link}#{link}"\r
     when 'wiki'\r
       line1 = "#{handle}#{date}#{title}#{' @ ' if item.title && item.link}#{link} has been edited by #{item.dc_creator}. #{desc}"\r
-    when 'gmame'\r
+    when 'gmane'\r
       line1 = "#{handle}#{date}Message #{title} sent by #{item.dc_creator}. #{desc}"\r
     when 'trac'\r
       line1 = "#{handle}#{date}#{title} @ #{link}"\r