config: Improve the help for the humman_buffer_names option.
This commit is contained in:
parent
ef51c95a08
commit
6ddf63093a
1 changed files with 4 additions and 3 deletions
|
@ -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)."),
|
||||
),
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in a new issue