From ffef18a2e81a0fff2c4dbf4c0b78fc54881d06f8 Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Mon, 20 Apr 2009 22:17:03 +0200 Subject: rss: minor comment fix --- data/rbot/plugins/rss.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/rbot') diff --git a/data/rbot/plugins/rss.rb b/data/rbot/plugins/rss.rb index c75722de..1b12632a 100644 --- a/data/rbot/plugins/rss.rb +++ b/data/rbot/plugins/rss.rb @@ -377,7 +377,7 @@ class RSSFeedsPlugin < Plugin # Define default output filters (rss types), and load custom ones. # Custom filters are looked for in the plugin's default filter locations - # and in rss/types under botclass. + # and in rss/types.rb under botclass. # Preferably, the rss_type method should be used in these files, e.g.: # rss_type :my_type do |s| # line1 = "%{handle} and some %{author} info" -- cgit v1.2.3