diff options
Diffstat (limited to 'slack')
-rw-r--r-- | slack/config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/slack/config.py b/slack/config.py index bc6f89a..485d28a 100644 --- a/slack/config.py +++ b/slack/config.py @@ -139,7 +139,7 @@ class SlackConfigSectionLook: self.thread_broadcast_prefix = WeeChatOption( self._section, "thread_broadcast_prefix", - "prefix to distinguish thread messages that were also sent to the channel, when thread_messages_in_channel is enabled", + "prefix to distinguish thread messages that were also sent to the channel, when display_thread_replies_in_channel is enabled", "+", ) |