diff options
author | mathieui <mathieui@mathieui.net> | 2014-12-20 23:13:26 +0100 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2014-12-20 23:13:26 +0100 |
commit | 2452706b909364178655c6c918a0348fb4298fb2 (patch) | |
tree | f7d8a3ed6134c7d1a784ec6d50748d2ffc18c903 /src/config.py | |
parent | 030b4d7bcd101bbd5efddfefa73f633540b42312 (diff) | |
download | poezio-2452706b909364178655c6c918a0348fb4298fb2.tar.gz poezio-2452706b909364178655c6c918a0348fb4298fb2.tar.bz2 poezio-2452706b909364178655c6c918a0348fb4298fb2.tar.xz poezio-2452706b909364178655c6c918a0348fb4298fb2.zip |
Add a deterministic_nick_colors option (default: true)
Diffstat (limited to 'src/config.py')
-rw-r--r-- | src/config.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.py b/src/config.py index 86aae8ef..339e8a85 100644 --- a/src/config.py +++ b/src/config.py @@ -42,6 +42,7 @@ DEFAULT_CONFIG = { 'custom_host': '', 'custom_port': '', 'default_nick': '', + 'deterministic_nick_colors': True, 'display_activity_notifications': False, 'display_gaming_notifications': False, 'display_mood_notifications': False, |