aboutsummaryrefslogtreecommitdiffstats
path: root/slack/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'slack/config.py')
-rw-r--r--slack/config.py16
1 files changed, 16 insertions, 0 deletions
diff --git a/slack/config.py b/slack/config.py
index 723d4d3..7527190 100644
--- a/slack/config.py
+++ b/slack/config.py
@@ -43,6 +43,22 @@ class SlackConfigSectionColor:
WeeChatColor("yellow"),
)
+ self.message_join = WeeChatOption(
+ self._section,
+ "message_join",
+ "color for text in join messages",
+ WeeChatColor("green"),
+ parent_option="irc.color.message_join",
+ )
+
+ self.message_quit = WeeChatOption(
+ self._section,
+ "message_quit",
+ "color for text in part messages",
+ WeeChatColor("red"),
+ parent_option="irc.color.message_quit",
+ )
+
self.reaction_suffix = WeeChatOption(
self._section,
"reaction_suffix",