]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/commitdiff
plugin(rss): fix config description
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Sun, 30 May 2021 19:32:02 +0000 (21:32 +0200)
committerOblomov <giuseppe.bilotta@gmail.com>
Mon, 31 May 2021 10:17:52 +0000 (12:17 +0200)
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,