summaryrefslogtreecommitdiff
path: root/doc/it/weechat_faq.it.adoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2016-11-20 22:23:49 +0100
committerSébastien Helleu <flashcode@flashtux.org>2016-11-20 22:23:49 +0100
commitb0c8f33dc152ed8aec1441acb2ed95d3cb472cf8 (patch)
tree1bb77af93465324e8b8d312f870c0c06d165f620 /doc/it/weechat_faq.it.adoc
parent17f74a885fbdda2399c3d766b7bd0867610596d5 (diff)
downloadweechat-b0c8f33dc152ed8aec1441acb2ed95d3cb472cf8.zip
doc: add a question about editing config files by hand in FAQ
Diffstat (limited to 'doc/it/weechat_faq.it.adoc')
-rw-r--r--doc/it/weechat_faq.it.adoc19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/it/weechat_faq.it.adoc b/doc/it/weechat_faq.it.adoc
index 6032a618e..918eefb72 100644
--- a/doc/it/weechat_faq.it.adoc
+++ b/doc/it/weechat_faq.it.adoc
@@ -856,6 +856,25 @@ Gli script non sono compatibili con altri client IRC.
[[settings]]
== Impostazioni
+// TRANSLATION MISSING
+[[editing_config_files]]
+=== Can I edit configuration files (*.conf) by hand?
+
+You can, but this is *NOT* recommended.
+
+Command `/set` in WeeChat is recommended:
+
+* you can complete value with the Tab key
+* the value is checked, a message is displayed in case of error
+* the value is used immediately, you don't need to restart anything
+
+If you still want to edit files by hand, you should be careful:
+
+* if you put an invalid value for an option, WeeChat will display an error
+ on load and discard the value (the default value for option will be used)
+* if WeeChat is running, you'll have to issue the command `/reload`, and if
+ some settings were changed but not saved with `/save`, you will lose them
+
[[memory_usage]]
=== Come posso ottimizzare WeeChat per poter utilizzare meno memoria?