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 56b828f..4533780 100644
--- a/slack/config.py
+++ b/slack/config.py
@@ -48,6 +48,13 @@ class SlackConfigSectionLook:
def __init__(self, weechat_config: WeeChatConfig):
self._section = WeeChatSection(weechat_config, "look")
+ self.bot_user_suffix = WeeChatOption(
+ self._section,
+ "bot_user_suffix",
+ "the suffix appended to nicks to indicate a bot",
+ " :]",
+ )
+
self.external_user_suffix = WeeChatOption(
self._section,
"external_user_suffix",