X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=data%2Frbot%2Fplugins%2Frss.rb;h=1b12632af9969a1058ebf4af1719555d25049d6d;hb=ffef18a2e81a0fff2c4dbf4c0b78fc54881d06f8;hp=c75722debd47b6715bae102ac3cfd86684cabb16;hpb=9b25da35fe840d5a3cd1441729d59551097b1c1c;p=user%2Fhenk%2Fcode%2Fruby%2Frbot.git 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"