diff options
author | Maxime “pep” Buquet <pep@bouah.net> | 2020-05-28 01:02:27 +0200 |
---|---|---|
committer | Maxime “pep” Buquet <pep@bouah.net> | 2020-05-28 01:02:27 +0200 |
commit | ee6c70fd2456d4411958216b279014397a37a45a (patch) | |
tree | c31fe194d8210b73f3b455441754b6197e08d4ca /doc | |
parent | 5cf90368c66e0ccc3a93e51911f8fa82b496e02b (diff) | |
download | poezio-ee6c70fd2456d4411958216b279014397a37a45a.tar.gz poezio-ee6c70fd2456d4411958216b279014397a37a45a.tar.bz2 poezio-ee6c70fd2456d4411958216b279014397a37a45a.tar.xz poezio-ee6c70fd2456d4411958216b279014397a37a45a.zip |
Doc: Fix display_user_color_in_join_part default value
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/configuration.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/configuration.rst b/doc/source/configuration.rst index 6af57ce7..0b3ee576 100644 --- a/doc/source/configuration.rst +++ b/doc/source/configuration.rst @@ -1133,7 +1133,7 @@ found. display_user_color_in_join_part - **Default value:** ``false`` + **Default value:** ``true`` If set to ``true``, the color of the nick will be used in chatroom information messages, instead of the default color from the theme. |