diff options
author | Trygve Aaberge <trygveaa@gmail.com> | 2020-04-24 00:23:02 +0200 |
---|---|---|
committer | Trygve Aaberge <trygveaa@gmail.com> | 2020-04-24 00:23:02 +0200 |
commit | 73d84a726f1120c26c8e117b7ff4ad408e8fca84 (patch) | |
tree | 69d7145d1c660d192fd8a08adcb76d4ce2ea29fc /wee_slack.py | |
parent | 34d7316d3305f4204a0e0634478995d0cf9e340d (diff) | |
download | wee-slack-73d84a726f1120c26c8e117b7ff4ad408e8fca84.tar.gz |
Add note about files_download_location requiring WeeChat >= 2.2
Relates to #767
Diffstat (limited to 'wee_slack.py')
-rw-r--r-- | wee_slack.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wee_slack.py b/wee_slack.py index 23330ca..5619360 100644 --- a/wee_slack.py +++ b/wee_slack.py @@ -4933,7 +4933,7 @@ class PluginConfig(object): default='', desc='If set, file attachments will be automatically downloaded' ' to this location. "%h" will be replaced by WeeChat home,' - ' "~/.weechat" by default.'), + ' "~/.weechat" by default. Requires WeeChat 2.2 or newer.'), 'group_name_prefix': Setting( default='&', desc='The prefix of buffer names for groups (private channels).'), |