From dac8a12abff0ec7c8d3baec4eb73535040c9de9d Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Tue, 1 Nov 2011 17:14:43 +0100 Subject: Add a config option that display the nick in join/part/status change/etc. in that user color. Fixes #2282. --- data/default_config.cfg | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'data') diff --git a/data/default_config.cfg b/data/default_config.cfg index 87687d58..afedfc38 100644 --- a/data/default_config.cfg +++ b/data/default_config.cfg @@ -160,6 +160,10 @@ themes_dir = # theme will be used instead theme = poezio +# The nick of people who join, part, change their status, etc. in a MUC will +# be displayed using their nick color if true. +display_user_color_in_join_part = false + # if true, chat states will be sent to the people you are talking to. # Chat states are, for example, messages informing that you are composing # a message or that you closed the tab, etc -- cgit v1.2.3