From 6ddf63093ae67ffdb88754e6e6e8ebcd02f59c87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Wed, 6 Mar 2019 17:40:01 +0100 Subject: [PATCH] config: Improve the help for the humman_buffer_names option. --- matrix/config.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/matrix/config.py b/matrix/config.py index 6426c9d..f5aad44 100644 --- a/matrix/config.py +++ b/matrix/config.py @@ -528,9 +528,10 @@ class MatrixConfig(WeechatConfig): 0, "off", ("If turned on the buffer name will consist of the server " - "name and the room name instead of the room_id. Note, this " - "requires a change to the logger.file.mask setting since " - "conflicts can happen otherwise."), + "name and the room name instead of the Matrix room ID. Note, " + "this requires a change to the logger.file.mask setting " + "since conflicts can happen otherwise " + "(requires a script reload)."), ), ]