diff options
author | Célestin Matte <celestin.matte@gmail.com> | 2014-12-23 16:01:58 +0100 |
---|---|---|
committer | Célestin Matte <celestin.matte@gmail.com> | 2014-12-24 00:28:22 +0100 |
commit | 251a10ab0d78ef9f4f68fc59ab41e064466d9145 (patch) | |
tree | 857a5b9b56fccc9f5d543172f1875a342526f4a7 /src/config.py | |
parent | f7e7836f977555bd589b693947b8e4d06c1134b1 (diff) | |
download | poezio-251a10ab0d78ef9f4f68fc59ab41e064466d9145.tar.gz poezio-251a10ab0d78ef9f4f68fc59ab41e064466d9145.tar.bz2 poezio-251a10ab0d78ef9f4f68fc59ab41e064466d9145.tar.xz poezio-251a10ab0d78ef9f4f68fc59ab41e064466d9145.zip |
Add a muc_color section in the config file to permanently fix a color to a nick
Diffstat (limited to 'src/config.py')
-rw-r--r-- | src/config.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config.py b/src/config.py index 339e8a85..068f8325 100644 --- a/src/config.py +++ b/src/config.py @@ -135,6 +135,8 @@ DEFAULT_CONFIG = { 'var': { 'folded_roster_groups': '', 'info_win_height': 2 + }, + 'muc_colors': { } } |