summaryrefslogtreecommitdiff
path: root/data/rbot
diff options
context:
space:
mode:
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2006-07-24 12:41:24 +0000
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2006-07-24 12:41:24 +0000
commitb4f935f5439188fb715951a51f7179e637022f2c (patch)
treefc2a3f2f196b2f0fe27357cdb2ff8ac950866422 /data/rbot
parent127d9152199cac9b431586bb7b17f6f297b6864f (diff)
Stupid upper/lowercase typo in rss plugin
Diffstat (limited to 'data/rbot')
-rw-r--r--data/rbot/plugins/rss.rb2
1 files changed, 1 insertions, 1 deletions
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