diff options
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2011-11-01 17:14:43 +0100 |
---|---|---|
committer | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2011-11-01 17:14:43 +0100 |
commit | dac8a12abff0ec7c8d3baec4eb73535040c9de9d (patch) | |
tree | f1197bf818746f5fa7ddf4549a14fa8e2c748e0c /data/default_config.cfg | |
parent | ecf3685db6234e9dc53a41d4635d092a48de37a4 (diff) | |
download | poezio-dac8a12abff0ec7c8d3baec4eb73535040c9de9d.tar.gz poezio-dac8a12abff0ec7c8d3baec4eb73535040c9de9d.tar.bz2 poezio-dac8a12abff0ec7c8d3baec4eb73535040c9de9d.tar.xz poezio-dac8a12abff0ec7c8d3baec4eb73535040c9de9d.zip |
Add a config option that display the nick in join/part/status
change/etc. in that user color. Fixes #2282.
Diffstat (limited to 'data/default_config.cfg')
-rw-r--r-- | data/default_config.cfg | 4 |
1 files changed, 4 insertions, 0 deletions
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 |