aboutsummaryrefslogtreecommitdiffstats
path: root/slack/config.py
diff options
context:
space:
mode:
authorTrygve Aaberge <trygveaa@gmail.com>2023-09-30 23:15:44 +0200
committerTrygve Aaberge <trygveaa@gmail.com>2024-02-18 11:32:54 +0100
commita9265419397256cb6c3bd944aab38b7f1d4a6990 (patch)
treea35b7c81901233d380d7c87c278c2097de792716 /slack/config.py
parent85eb57898a510d6a1d9b3b8b0e0b736b9a598a55 (diff)
downloadwee-slack-a9265419397256cb6c3bd944aab38b7f1d4a6990.tar.gz
Support overriding display_reaction_nicks per buffer
Diffstat (limited to 'slack/config.py')
-rw-r--r--slack/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/slack/config.py b/slack/config.py
index 38a069b..3933aef 100644
--- a/slack/config.py
+++ b/slack/config.py
@@ -159,7 +159,7 @@ class SlackConfigSectionLook:
self.display_reaction_nicks = WeeChatOption(
self._section,
"display_reaction_nicks",
- "display the name of the reacting user(s) after each reaction",
+ "display the name of the reacting user(s) after each reaction; can be overridden per buffer with the buffer localvar display_reaction_nicks",
False,
)