diff options
Diffstat (limited to 'data/default_config.cfg')
-rw-r--r-- | data/default_config.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/data/default_config.cfg b/data/default_config.cfg index 36ca7858..95ae1333 100644 --- a/data/default_config.cfg +++ b/data/default_config.cfg @@ -371,6 +371,9 @@ vertical_tab_list_sort = desc # possible values: desc, asc user_list_sort = desc +# If the MUC nicks should receive a fixed color based on their text or not +deterministic_nick_colors = true + # 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 = true |