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 7efe69b..6470816 100644
--- a/slack/config.py
+++ b/slack/config.py
@@ -50,6 +50,13 @@ class SlackConfigSectionColor:
WeeChatColor("blue"),
)
+ self.usergroup_mention_color = WeeChatOption(
+ self._section,
+ "usergroup_mention_color",
+ "text color for mentioned user group names in the chat",
+ WeeChatColor("blue"),
+ )
+
class SlackConfigSectionLook:
def __init__(self, weechat_config: WeeChatConfig):