diff options
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2020-05-24 16:21:14 +0200 |
---|---|---|
committer | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2020-05-24 16:21:14 +0200 |
commit | 3d912230664e7179b0f6dc58b8b454118cca033e (patch) | |
tree | a72e165324d7e050bd0115835c84c4b592f9e70c /data | |
parent | cfa75f8877963cfee9c22565dad60ddf7dee3c95 (diff) | |
download | poezio-3d912230664e7179b0f6dc58b8b454118cca033e.tar.gz poezio-3d912230664e7179b0f6dc58b8b454118cca033e.tar.bz2 poezio-3d912230664e7179b0f6dc58b8b454118cca033e.tar.xz poezio-3d912230664e7179b0f6dc58b8b454118cca033e.zip |
Rename bookmark_on_join to synchronise_open_rooms
Also add some more documentation about it.
Diffstat (limited to 'data')
-rw-r--r-- | data/default_config.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/default_config.cfg b/data/default_config.cfg index aef4d62a..9f65f017 100644 --- a/data/default_config.cfg +++ b/data/default_config.cfg @@ -141,8 +141,8 @@ use_bookmarks_method = #open_all_bookmarks = false # Will create a bookmark on manual /join, using your preferred -# storage method -#bookmark_on_join = false +# storage method. Use /leave to remove the bookmark. +#synchronise_open_rooms = true # What will be put after the name, when using autocompletion at the # beginning of the input. A space will always be added after that |