summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2011-11-01 17:14:43 +0100
committerEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2011-11-01 17:14:43 +0100
commitdac8a12abff0ec7c8d3baec4eb73535040c9de9d (patch)
treef1197bf818746f5fa7ddf4549a14fa8e2c748e0c /data
parentecf3685db6234e9dc53a41d4635d092a48de37a4 (diff)
downloadpoezio-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')
-rw-r--r--data/default_config.cfg4
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