diff options
author | Trygve Aaberge <trygveaa@gmail.com> | 2024-03-11 19:51:49 +0100 |
---|---|---|
committer | Trygve Aaberge <trygveaa@gmail.com> | 2024-03-29 00:00:15 +0100 |
commit | ec503d0935cbc171fbe7762a83c36a0e1160efa7 (patch) | |
tree | 12a74523ef734e18790fa206fda554933e6cc6b4 /slack | |
parent | 42d168d330af4acc276e61fd971a7c9cd9c1ca0c (diff) | |
download | wee-slack-ec503d0935cbc171fbe7762a83c36a0e1160efa7.tar.gz |
Fix wrong option name in an option description
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", "+", ) |