From f165d3a4a0dd2bcd6fe0a080821e317e136d81cb Mon Sep 17 00:00:00 2001 From: mathieui Date: Wed, 9 Apr 2014 01:45:02 +0200 Subject: Set display_user_color_in_join_part to true by default --- data/default_config.cfg | 2 +- doc/source/configuration.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/default_config.cfg b/data/default_config.cfg index 7cae354e..0e5ecf4f 100644 --- a/data/default_config.cfg +++ b/data/default_config.cfg @@ -351,7 +351,7 @@ user_list_sort = desc # 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 +display_user_color_in_join_part = true # Display user tune notifications as information messages or not display_tune_notifications = false diff --git a/doc/source/configuration.rst b/doc/source/configuration.rst index 8929f45b..9a642883 100644 --- a/doc/source/configuration.rst +++ b/doc/source/configuration.rst @@ -526,7 +526,7 @@ or the way messages are displayed. display_user_color_in_join_part - **Default value:** ``false`` + **Default value:** ``true`` If set to true, the color of the nick will be used in MUCs information messages, instead of the default color from the theme. -- cgit v1.2.3