summaryrefslogtreecommitdiff
path: root/doc/it/autogen/user/tcl_commands.adoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2016-05-15 08:52:19 +0200
committerSébastien Helleu <flashcode@flashtux.org>2016-05-15 08:52:19 +0200
commitb7bdbbdc505879450494bc75b706e2997e25120f (patch)
treebe3b6716c2706a9505278d05ae9cfbec5ffbdac5 /doc/it/autogen/user/tcl_commands.adoc
parent81fa60a23a29e3bb6525494587008d75eae44f28 (diff)
downloadweechat-b7bdbbdc505879450494bc75b706e2997e25120f.zip
core: rename .asciidoc files to .adoc (issue #722)
Diffstat (limited to 'doc/it/autogen/user/tcl_commands.adoc')
-rw-r--r--doc/it/autogen/user/tcl_commands.adoc25
1 files changed, 25 insertions, 0 deletions
diff --git a/doc/it/autogen/user/tcl_commands.adoc b/doc/it/autogen/user/tcl_commands.adoc
new file mode 100644
index 000000000..7a1b15170
--- /dev/null
+++ b/doc/it/autogen/user/tcl_commands.adoc
@@ -0,0 +1,25 @@
+//
+// This file is auto-generated by script docgen.py.
+// DO NOT EDIT BY HAND!
+//
+[[command_tcl_tcl]]
+* `+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.
+----