diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2009-04-20 22:17:03 +0200 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2009-04-20 22:23:39 +0200 |
commit | ffef18a2e81a0fff2c4dbf4c0b78fc54881d06f8 (patch) | |
tree | c50db6fb2f90e4cfb228a62909bd633ba42d0410 /data/rbot | |
parent | 9b25da35fe840d5a3cd1441729d59551097b1c1c (diff) |
rss: minor comment fix
Diffstat (limited to 'data/rbot')
-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 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" |