From c5ddfcfcff2f0e939ef4b1ff3f9eaf0703f30fbe Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Sun, 30 May 2021 21:32:02 +0200 Subject: [PATCH] plugin(rss): fix config description --- data/rbot/plugins/rss.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.39.2