diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2016-11-20 20:01:32 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2016-11-20 20:01:32 +0100 |
commit | 0710d076c27d1fd0e01439ede483ff1d48072fa1 (patch) | |
tree | 8e2b41014e4c84b588125cb8b70dffce8f5f1575 /doc/it | |
parent | 111f8245d88478a0a71e69c1c0ed3872e0bde14f (diff) | |
download | weechat-0710d076c27d1fd0e01439ede483ff1d48072fa1.zip |
doc: add note in quickstart guide to mention it's not recommended to edit config files by hand (issue #851)
Diffstat (limited to 'doc/it')
-rw-r--r-- | doc/it/weechat_quickstart.it.adoc | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/doc/it/weechat_quickstart.it.adoc b/doc/it/weechat_quickstart.it.adoc index b0eaf376a..9d09ff63f 100644 --- a/doc/it/weechat_quickstart.it.adoc +++ b/doc/it/weechat_quickstart.it.adoc @@ -86,8 +86,15 @@ Per esempio: Tutte le impostazioni vengono salvato all'uscita di WeeChat (o con il comando `/save` per forzare il salvataggio di una o più opzioni). -Si possono modificare manualmente i file di configurazione (*.conf) e -ricaricarli con il comando `/reload` se non si vuole usare il comando `/set`. +// TRANSLATION MISSING +[IMPORTANT] +It is *not recommended* to edit configuration files by hand because WeeChat +may write them at any time (for example on <<command_weechat_quit,/quit>>) +and after any change you must run the command <<command_weechat_reload,/reload>> +(with the risk of loosing other changes that were not yet saved with +<<command_weechat_save,/save>>). + +You can use the command <<command_weechat_set,/set>>, which checks the value +and applies immediately the changes. [[core_vs_plugins]] == Core vs plugin |