diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-10-29 11:16:45 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-10-29 11:16:45 +0200 |
commit | ce8ae83e17ecd332c1277330fcf0c4a8225d362d (patch) | |
tree | 2d8ccca5f8939683a7c98c92adc1f37f46f7ab4e /doc/it/autogen/user | |
parent | 95deef091e7a6a1eea82f8b5d679879b3acb912d (diff) | |
download | weechat-ce8ae83e17ecd332c1277330fcf0c4a8225d362d.zip |
core: add optional arguments for command /plugin load/reload/autoload
Diffstat (limited to 'doc/it/autogen/user')
-rw-r--r-- | doc/it/autogen/user/weechat_commands.txt | 32 |
1 files changed, 17 insertions, 15 deletions
diff --git a/doc/it/autogen/user/weechat_commands.txt b/doc/it/autogen/user/weechat_commands.txt index 84ec4bd06..6ca0c9197 100644 --- a/doc/it/autogen/user/weechat_commands.txt +++ b/doc/it/autogen/user/weechat_commands.txt @@ -436,21 +436,23 @@ Esempi: [[command_weechat_plugin]] [command]*`plugin`* elenca/carica/scarica plugin:: ........................................ -/plugin list|listfull [<nome>] - load <nomefile> - autoload - reload|unload [<nome>] - - list: elenca i plugin caricati -listfull: elenca i plugin caricati (dettagliato) - load: carica un plugin -autoload: carica automaticamente un plugin nella cartella di sistema o utente - reload: ricarica un plugin (se non specificato, scarica e poi ricarica tutti i plugin) - unload: scarica un plugin (se non specificato, scarica tutti i plugin -nomefile: plugin (file) da caricare - nome: nome di un plugin - -Senza argomento, questo comando elenca i plugin caricati. +/plugin list|listfull [<name>] + load <filename> [<arguments>] + autoload [<arguments>] + reload [<name> [<arguments>]] + unload [<name>] + + list: list loaded plugins + listfull: list loaded plugins (verbose) + load: load a plugin + autoload: autoload plugins in system or user directory + reload: reload a plugin (if no name given, unload all plugins, then autoload plugins) + unload: unload a plugin (if no name given, unload all plugins) + filename: plugin (file) to load + name: a plugin name +arguments: arguments given to plugin on load + +Without argument, this command lists loaded plugins. ........................................ [[command_weechat_proxy]] |