diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2021-05-30 21:32:02 +0200 |
---|---|---|
committer | Oblomov <giuseppe.bilotta@gmail.com> | 2021-05-31 12:17:52 +0200 |
commit | c5ddfcfcff2f0e939ef4b1ff3f9eaf0703f30fbe (patch) | |
tree | ed2be038fb58226a67a5d9df1d7f22ea8e08139c /data | |
parent | 98446561cf3c7126dd93b34c9be361fa4aa8da36 (diff) |
plugin(rss): fix config description
Diffstat (limited to 'data')
-rw-r--r-- | data/rbot/plugins/rss.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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, |