config: Improve the help for the humman_buffer_names option.

This commit is contained in:
Damir Jelić 2019-03-06 17:40:01 +01:00
parent ef51c95a08
commit 6ddf63093a

View file

@ -528,9 +528,10 @@ class MatrixConfig(WeechatConfig):
0, 0,
"off", "off",
("If turned on the buffer name will consist of the server " ("If turned on the buffer name will consist of the server "
"name and the room name instead of the room_id. Note, this " "name and the room name instead of the Matrix room ID. Note, "
"requires a change to the logger.file.mask setting since " "this requires a change to the logger.file.mask setting "
"conflicts can happen otherwise."), "since conflicts can happen otherwise "
"(requires a script reload)."),
), ),
] ]