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 /doc | |
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 'doc')
-rw-r--r-- | doc/source/configuration.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/source/configuration.rst b/doc/source/configuration.rst index d3d4fb43..8d82f4bd 100644 --- a/doc/source/configuration.rst +++ b/doc/source/configuration.rst @@ -747,6 +747,15 @@ or the way messages are displayed. If the message takes more than one line, the popup will stay visible two more second per additional lines. + muc_colors (section) + + **Default:** ``[empty]`` + + Fix a color for a nick. Whenever such a nick appears in a MUC, it will + be displayed in that color. This color won't be changed by the recolor + command. + + User Interaction ~~~~~~~~~~~~~~~~ |