]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/commitdiff
Stupid upper/lowercase typo in rss plugin
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Mon, 24 Jul 2006 12:41:24 +0000 (12:41 +0000)
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Mon, 24 Jul 2006 12:41:24 +0000 (12:41 +0000)
data/rbot/plugins/rss.rb

index 5964faf526ed0f68407b7d8eab4a8be346176388..e5b8c110116fd0b6b5e453c251b2bebbeb0ee385 100644 (file)
@@ -401,7 +401,7 @@ class RSSFeedsPlugin < Plugin
       when "gmame"\r
         @bot.say loc, "::amarok-devel:: Message #{item.title} sent by #{item.dc_creator}. #{item.description.split("\n")[0].chomp.riphtml.shorten(60)}::"\r
       else\r
-        printRSSItem(loc,item)\r
+        printRssItem(loc,item)\r
       end\r
     }\r
   end\r