diff options
author | mathieui <mathieui@mathieui.net> | 2014-04-09 01:45:02 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2014-04-09 01:45:02 +0200 |
commit | f165d3a4a0dd2bcd6fe0a080821e317e136d81cb (patch) | |
tree | cf407035c0e4513017c7330837c608184b7d644f /data | |
parent | 78031038912f5c228e75d1d0fe5efba557542721 (diff) | |
download | poezio-f165d3a4a0dd2bcd6fe0a080821e317e136d81cb.tar.gz poezio-f165d3a4a0dd2bcd6fe0a080821e317e136d81cb.tar.bz2 poezio-f165d3a4a0dd2bcd6fe0a080821e317e136d81cb.tar.xz poezio-f165d3a4a0dd2bcd6fe0a080821e317e136d81cb.zip |
Set display_user_color_in_join_part to true by default
Diffstat (limited to 'data')
-rw-r--r-- | data/default_config.cfg | 2 |
1 files changed, 1 insertions, 1 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 |