diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2012-08-14 18:29:32 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2012-08-14 18:29:32 +0200 |
commit | a99d136018eae1099ffa32b660259632694ee6ed (patch) | |
tree | ca67b7cc3a7422461ce4acf53342a01ed67cb159 /doc/es/weechat_quickstart.es.txt | |
parent | 3a245686caa30294a6b5cfefa78ee92513c56daa (diff) | |
download | weechat-a99d136018eae1099ffa32b660259632694ee6ed.zip |
core: add new plugin "script" (scripts manager, replacing scripts weeget.py and script.pl)
Diffstat (limited to 'doc/es/weechat_quickstart.es.txt')
-rw-r--r-- | doc/es/weechat_quickstart.es.txt | 22 |
1 files changed, 6 insertions, 16 deletions
diff --git a/doc/es/weechat_quickstart.es.txt b/doc/es/weechat_quickstart.es.txt index 464ddfb1a..ae24da390 100644 --- a/doc/es/weechat_quickstart.es.txt +++ b/doc/es/weechat_quickstart.es.txt @@ -240,22 +240,12 @@ Los plugins se cargan de manera automática cuando son encontrados por WeeChat (por favor, refierase a la documentación de WeeChat para ver como cargar/descargar plugins y scripts). -Algunos plugins, permiten usar scripts en WeeChat (en muchos lenguajes -como Perl, Python, Ruby, Lua y Tcl). Estos plugins deben ser cargados con -el comando `/plugin` los mismos proveen comandos como `/perl`, usados -para cargar scripts en este lenguaje. - -Muchos plugins/scripts externos (de contribuidores) están disponibles -para WeeChat en: http://www.weechat.org/scripts - -Una manera fácil de instalar scripts es usar un script llamado -'weeget.py' - -. `mkdir -p ~/.weechat/python/autoload` -. `cd ~/.weechat/python/autoload` -. `wget http://weechat.org/files/scripts/weeget.py` -. carga script: `/python autoload` -. lista los scripts: `/weeget list` (ayuda: `/help weeget`) +Muchos scripts externos (de contribuidores) están disponibles para WeeChat en: +http://www.weechat.org/scripts + +// TRANSLATION MISSING +You can manage scripts in WeeChat with command `/script` (see `/help script` +for more info). [[more_doc]] |