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 /data/default_config.cfg | |
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 'data/default_config.cfg')
-rw-r--r-- | data/default_config.cfg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/data/default_config.cfg b/data/default_config.cfg index 95ae1333..08afa452 100644 --- a/data/default_config.cfg +++ b/data/default_config.cfg @@ -509,3 +509,7 @@ M-i = ^I # to save various data across restarts folded_roster_groups = info_win_height = 2 + +[muc_colors] +# Set color for a nick, under the form +# nick = color |