diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2009-05-28 16:07:40 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2009-05-28 16:07:40 +0200 |
commit | 0e040e8301aff16022887a85c00d03b3df97dfa5 (patch) | |
tree | 60c7245686d1d4d2d5694ffc8a84ba68d760ce36 /doc/fr/autogen/user/lua_commands.txt | |
parent | 62e2f1f808dd2bfbda61ec501eb92e59ed97b5b5 (diff) | |
download | weechat-0e040e8301aff16022887a85c00d03b3df97dfa5.zip |
Convert all docs to asciidoc format, add scripting guide
Diffstat (limited to 'doc/fr/autogen/user/lua_commands.txt')
-rw-r--r-- | doc/fr/autogen/user/lua_commands.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/fr/autogen/user/lua_commands.txt b/doc/fr/autogen/user/lua_commands.txt new file mode 100644 index 000000000..cff96e97e --- /dev/null +++ b/doc/fr/autogen/user/lua_commands.txt @@ -0,0 +1,11 @@ +• *`/lua`* `[list [nom]] | [listfull [nom]] | [load fichier] | [autoload] | [reload] | [unload [nom]]`:: + +........................................ + 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. +........................................ + |