aboutsummaryrefslogtreecommitdiffstats
path: root/wee_slack.py
diff options
context:
space:
mode:
authorTrygve Aaberge <trygveaa@gmail.com>2020-04-24 00:23:02 +0200
committerTrygve Aaberge <trygveaa@gmail.com>2020-04-24 00:23:02 +0200
commit73d84a726f1120c26c8e117b7ff4ad408e8fca84 (patch)
tree69d7145d1c660d192fd8a08adcb76d4ce2ea29fc /wee_slack.py
parent34d7316d3305f4204a0e0634478995d0cf9e340d (diff)
downloadwee-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.py2
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).'),