From 2452706b909364178655c6c918a0348fb4298fb2 Mon Sep 17 00:00:00 2001 From: mathieui Date: Sat, 20 Dec 2014 23:13:26 +0100 Subject: Add a deterministic_nick_colors option (default: true) --- data/default_config.cfg | 3 +++ 1 file changed, 3 insertions(+) (limited to 'data') 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 -- cgit v1.2.3