diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2008-10-05 19:06:46 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2008-10-05 19:06:46 +0200 |
commit | 44944ef01ff2c0b81d4b6d6ce6d0f95ee6dd35a5 (patch) | |
tree | 4076ea07aa8ccf325842fa5525630e6e779f8ec4 /doc/fr/autogen | |
parent | 269bf55b1ebd9a2342dd0e66af58f1d798652e7a (diff) | |
download | weechat-44944ef01ff2c0b81d4b6d6ce6d0f95ee6dd35a5.zip |
Add Tcl script plugin (thanks to Dmitry Kobylin)
Diffstat (limited to 'doc/fr/autogen')
-rw-r--r-- | doc/fr/autogen/tcl_commands.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/fr/autogen/tcl_commands.xml b/doc/fr/autogen/tcl_commands.xml new file mode 100644 index 000000000..da31e82b5 --- /dev/null +++ b/doc/fr/autogen/tcl_commands.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + ********* WARNING! ********* + + This file is autogenerated with docgen.pl script. *** DO NOT EDIT! *** + docgen.pl builds XML doc files to include in many languages +--> + +<command>tcl [list [nom]] | [listfull [nom]] | [load fichier] | [autoload] | [reload] | [unload [nom]]</command> +<programlisting> +liste/charge/décharge des scripts + +fichier: script (fichier) à charger +nom: un nom de script + +Sans argument, cette commande liste tous les scripts chargés. +</programlisting> |