diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-05-25 12:25:58 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-05-25 12:47:24 +0200 |
commit | dc0229617ada67fd02815bbc94b245871248b9db (patch) | |
tree | 0af7418d7f3ebf8082408fa2ee9e73f5a572360f /doc/it/autogen/user/tcl_commands.asciidoc | |
parent | 76a066c9cca620e1204815f63abbfa8b09f162c6 (diff) | |
download | weechat-dc0229617ada67fd02815bbc94b245871248b9db.zip |
doc: use .asciidoc extension instead of .txt for doc files
Diffstat (limited to 'doc/it/autogen/user/tcl_commands.asciidoc')
-rw-r--r-- | doc/it/autogen/user/tcl_commands.asciidoc | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/it/autogen/user/tcl_commands.asciidoc b/doc/it/autogen/user/tcl_commands.asciidoc new file mode 100644 index 000000000..f9e5560e3 --- /dev/null +++ b/doc/it/autogen/user/tcl_commands.asciidoc @@ -0,0 +1,22 @@ +[[command_tcl_tcl]] +[command]*`tcl`* elenca/carica/scarica script:: + +---- +/tcl list|listfull [<nome>] + load [-q] <nomefile> + autoload + reload|unload [-q][<nome>] + + list: elenca i plugin caricati + listfull: elenca i plugin caricati (dettagliato) + load: carica un plugin + autoload: carica automaticamente i plugin nella directory utente o di sistema + reload: ricarica un plugin (se non specificato, scarica i plugin e li ricarica automaticamente) + unload: scarica uno o tutti i plugin +nome_file: (file) script da caricare + nome: il nome di uno script (usato nella chiamata alla funzione "register") + -q: modalità silenziosa: non mostra messaggi + +Senza argomento, questo comando elenca tutti i plugin caricati. +---- + |