diff options
author | Célestin Matte <celestin.matte@gmail.com> | 2014-12-23 18:20:33 +0100 |
---|---|---|
committer | Célestin Matte <celestin.matte@gmail.com> | 2014-12-24 00:29:41 +0100 |
commit | 0ae1ee2fbf0b3b10fbaaa12e7f340f2aedce3621 (patch) | |
tree | 1d93a28c47deaa79cf2fdb094872d7287c102801 /data | |
parent | 1bbdab7f12df2f1cd71db86ba6caf6c888e2a3ad (diff) | |
download | poezio-0ae1ee2fbf0b3b10fbaaa12e7f340f2aedce3621.tar.gz poezio-0ae1ee2fbf0b3b10fbaaa12e7f340f2aedce3621.tar.bz2 poezio-0ae1ee2fbf0b3b10fbaaa12e7f340f2aedce3621.tar.xz poezio-0ae1ee2fbf0b3b10fbaaa12e7f340f2aedce3621.zip |
Add nick_color_aliases (default: true), to look for color of aliases
Diffstat (limited to 'data')
-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 08afa452..66c4d8ce 100644 --- a/data/default_config.cfg +++ b/data/default_config.cfg @@ -374,6 +374,9 @@ user_list_sort = desc # If the MUC nicks should receive a fixed color based on their text or not deterministic_nick_colors = true +# If _nick, nick_, _nick_, nick__ etc. should have the same color as nick +nick_color_aliases = 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 |