aboutsummaryrefslogtreecommitdiffstats
path: root/slack/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'slack/config.py')
-rw-r--r--slack/config.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/slack/config.py b/slack/config.py
index 9cca910..e7d9937 100644
--- a/slack/config.py
+++ b/slack/config.py
@@ -123,6 +123,13 @@ 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",
+ "+ ",
+ )
+
self.color_nicks_in_nicklist = WeeChatOption(
self._section,
"color_nicks_in_nicklist",