From: Giuseppe Bilotta Date: Sun, 30 May 2021 19:32:02 +0000 (+0200) Subject: plugin(rss): fix config description X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;ds=sidebyside;h=c5ddfcfcff2f0e939ef4b1ff3f9eaf0703f30fbe;p=user%2Fhenk%2Fcode%2Fruby%2Frbot.git plugin(rss): fix config description --- diff --git a/data/rbot/plugins/rss.rb b/data/rbot/plugins/rss.rb index f7e559f7..ae5ab4eb 100644 --- a/data/rbot/plugins/rss.rb +++ b/data/rbot/plugins/rss.rb @@ -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,