]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blobdiff - data/rbot/plugins/rss.rb
plugin(rss): fix config description
[user/henk/code/ruby/rbot.git] / data / rbot / plugins / rss.rb
index f7e559f7601ed86a10a1e17c26da681e25e812cf..ae5ab4ebe72a46b9da98e96c5b472ed9890025d3 100644 (file)
@@ -328,7 +328,7 @@ class RSSFeedsPlugin < Plugin
   Config.register Config::EnumValue.new('rss.announce_method',
     :values => ['say', 'notice'],
     :default => 'say',
-    :desc => "Whether to display links from the text of a feed item.")
+    :desc => "Whether to send a message or notice when announcing new feeds.")
 
   # Make an  'unique' ID for a given item, based on appropriate bot options
   # Currently only supported is bot.config['rss.show_updated']: when false,