config: Improve the lazy_load_room_users help message.
This commit is contained in:
parent
b8c655b3d4
commit
e8fa66bbcb
1 changed files with 3 additions and 3 deletions
|
@ -410,9 +410,9 @@ class MatrixConfig(WeechatConfig):
|
||||||
0,
|
0,
|
||||||
0,
|
0,
|
||||||
"off",
|
"off",
|
||||||
("If on, room users wont be loaded background proactively "
|
("If on, room users won't be loaded in the background "
|
||||||
"they will be loaded when the buffer becomes active. This "
|
"proactively, they will be loaded when the user switches to "
|
||||||
"only affects non encrypted rooms."),
|
"the room buffer. This only affects non-encrypted rooms."),
|
||||||
),
|
),
|
||||||
Option(
|
Option(
|
||||||
"max_nicklist_users",
|
"max_nicklist_users",
|
||||||
|
|
Loading…
Add table
Reference in a new issue