summaryrefslogtreecommitdiff
path: root/doc/es/weechat_quickstart.es.txt
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2012-08-14 18:29:32 +0200
committerSebastien Helleu <flashcode@flashtux.org>2012-08-14 18:29:32 +0200
commita99d136018eae1099ffa32b660259632694ee6ed (patch)
treeca67b7cc3a7422461ce4acf53342a01ed67cb159 /doc/es/weechat_quickstart.es.txt
parent3a245686caa30294a6b5cfefa78ee92513c56daa (diff)
downloadweechat-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.txt22
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]]