summaryrefslogtreecommitdiff
path: root/doc/fr/autogen/weechat_commands.xml
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2009-01-02 23:05:23 +0100
committerSebastien Helleu <flashcode@flashtux.org>2009-01-02 23:05:23 +0100
commite7e2da5a9c469aa4291d4630adb75d1e62cccbd5 (patch)
tree60a03d40f47c8ee7b44c0d50dcdb70224592cde2 /doc/fr/autogen/weechat_commands.xml
parente9b7d2bc465260a06142223968db674e028ce110 (diff)
downloadweechat-e7e2da5a9c469aa4291d4630adb75d1e62cccbd5.zip
Add null values for options, new syntax for /set, reintroduce temporary IRC server feature, improve IRC server options, new functions in API
Diffstat (limited to 'doc/fr/autogen/weechat_commands.xml')
-rw-r--r--doc/fr/autogen/weechat_commands.xml12
1 files changed, 10 insertions, 2 deletions
diff --git a/doc/fr/autogen/weechat_commands.xml b/doc/fr/autogen/weechat_commands.xml
index 6324a5dfc..ff696ee2a 100644
--- a/doc/fr/autogen/weechat_commands.xml
+++ b/doc/fr/autogen/weechat_commands.xml
@@ -240,12 +240,20 @@ fichier: fichier de configuration à sauvegarder
Sans paramètre, tous les fichiers (WeeChat et extensions) sont sauvegardés.
</programlisting>
-<command>/set [option [ = valeur]]</command>
+<command>/set [option [valeur]]</command>
<programlisting>
modifier des options de configuration
option: nom d'une option
-valeur: valeur pour l'option
+valeur: nouvelle valeur pour l'option
+
+La nouvelle valeur peut être, selon le type de l'option :
+ booléen: on, off ou toggle
+ entier : nombre, ++nombre ou --nombre
+ chaîne : toute chaîne ("" pour une chaîne vide)
+ couleur: nom de couleur, ++nombre ou --nombre
+
+Pour tous les types, vous pouvez utiliser null pour supprimer la valeur de l'option (valeur non définie). Cela ne fonctionne qu'avec certaines options spéciales des extensions.
</programlisting>
<command>/unset [option]</command>