diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2006-07-24 12:41:24 +0000 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2006-07-24 12:41:24 +0000 |
commit | b4f935f5439188fb715951a51f7179e637022f2c (patch) | |
tree | fc2a3f2f196b2f0fe27357cdb2ff8ac950866422 | |
parent | 127d9152199cac9b431586bb7b17f6f297b6864f (diff) |
Stupid upper/lowercase typo in rss plugin
-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 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
|