]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blobdiff - data/rbot/plugins/rss.rb
rss: minor comment fix
[user/henk/code/ruby/rbot.git] / data / rbot / plugins / rss.rb
index c75722debd47b6715bae102ac3cfd86684cabb16..1b12632af9969a1058ebf4af1719555d25049d6d 100644 (file)
@@ -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"