From: Giuseppe Bilotta Date: Mon, 24 Jul 2006 12:41:24 +0000 (+0000) Subject: Stupid upper/lowercase typo in rss plugin X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;ds=sidebyside;h=b4f935f5439188fb715951a51f7179e637022f2c;p=user%2Fhenk%2Fcode%2Fruby%2Frbot.git Stupid upper/lowercase typo in rss plugin --- diff --git a/data/rbot/plugins/rss.rb b/data/rbot/plugins/rss.rb index 5964faf5..e5b8c110 100644 --- a/data/rbot/plugins/rss.rb +++ b/data/rbot/plugins/rss.rb @@ -401,7 +401,7 @@ class RSSFeedsPlugin < Plugin when "gmame" @bot.say loc, "::amarok-devel:: Message #{item.title} sent by #{item.dc_creator}. #{item.description.split("\n")[0].chomp.riphtml.shorten(60)}::" else - printRSSItem(loc,item) + printRssItem(loc,item) end } end