diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2009-12-04 12:11:12 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2009-12-04 12:11:12 +0100 |
commit | da6b882ed82b9e902df5649c326ecfa7ddae4d84 (patch) | |
tree | ac4d48ba05239e886ecd7b08a26322df00334114 /doc/it/autogen/user/python_commands.txt | |
parent | ae7976b7127da91b510a14af6c029517c8521975 (diff) | |
download | weechat-da6b882ed82b9e902df5649c326ecfa7ddae4d84.zip |
Add italian user guide
Diffstat (limited to 'doc/it/autogen/user/python_commands.txt')
-rw-r--r-- | doc/it/autogen/user/python_commands.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/it/autogen/user/python_commands.txt b/doc/it/autogen/user/python_commands.txt new file mode 100644 index 000000000..be89ceb13 --- /dev/null +++ b/doc/it/autogen/user/python_commands.txt @@ -0,0 +1,11 @@ +• *`/python`* `[list [nome]] | [listfull [nome]] | [load nome_file] | [autoload] | [reload] | [unload [nome]]`:: + +........................................ + elenca/attiva/disattiva script + + nome_file: file script da attivare + nome: il nome dello script + + Senza argomenti, il comando elenca tutti gli script caricati +........................................ + |