summaryrefslogtreecommitdiff
path: root/doc/source/configuration.rst
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2014-12-24 01:00:34 +0100
committermathieui <mathieui@mathieui.net>2014-12-24 01:00:34 +0100
commit183a151d9934992efd4623bed4bf0335c81b4b69 (patch)
tree36b25b01043ff90e09f11011e134842b0ac0c725 /doc/source/configuration.rst
parent668c1eb67741304278dfa05c68a7e1f33ae3181b (diff)
parent9da530f8541ed96fe5fa7e3ff01df5290f511633 (diff)
downloadpoezio-183a151d9934992efd4623bed4bf0335c81b4b69.tar.gz
poezio-183a151d9934992efd4623bed4bf0335c81b4b69.tar.bz2
poezio-183a151d9934992efd4623bed4bf0335c81b4b69.tar.xz
poezio-183a151d9934992efd4623bed4bf0335c81b4b69.zip
Merge branch 'master_rebased' of https://github.com/Perdu/poezio
Diffstat (limited to 'doc/source/configuration.rst')
-rw-r--r--doc/source/configuration.rst17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/source/configuration.rst b/doc/source/configuration.rst
index d3d4fb43..219db9a3 100644
--- a/doc/source/configuration.rst
+++ b/doc/source/configuration.rst
@@ -528,6 +528,15 @@ or the way messages are displayed.
The value of this option affects the behavior of :term:`/recolor`.
+ nick_color_aliases
+
+ **Default value:** ``true``
+
+ Automatically search for color of nick aliases. For example, if nick is
+ set to red, _nick, nick_, _nick_, nick__ etc. will have the same color.
+ Aliases colors are checked first, so that it is still possible to have
+ different colors for nick_ and nick.
+
vertical_tab_list_size
**Default value:** ``20``
@@ -747,6 +756,14 @@ 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
~~~~~~~~~~~~~~~~