aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/Options.md2
-rw-r--r--wee_slack.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/Options.md b/docs/Options.md
index d86aea5..030ed78 100644
--- a/docs/Options.md
+++ b/docs/Options.md
@@ -110,7 +110,7 @@ slack` after changing it to take effect.
**Default:** ``
-**Description:** If set, file attachments will be automatically downloaded to this location. "%h" will be replaced by WeeChat home, "~/.weechat" by default.
+**Description:** If set, file attachments will be automatically downloaded to this location. "%h" will be replaced by WeeChat home, "~/.weechat" by default. Requires WeeChat 2.2 or newer.
### group_name_prefix
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).'),