diff options
Diffstat (limited to 'doc/pl/weechat_scripting.pl.txt')
-rw-r--r-- | doc/pl/weechat_scripting.pl.txt | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/doc/pl/weechat_scripting.pl.txt b/doc/pl/weechat_scripting.pl.txt index d0b9de721..ad89fd67f 100644 --- a/doc/pl/weechat_scripting.pl.txt +++ b/doc/pl/weechat_scripting.pl.txt @@ -163,7 +163,20 @@ weechat::print "" "Witaj ze skryptu tcl!" Ładowanie skryptu ~~~~~~~~~~~~~~~~~ -Musisz użyć komendy dla danego języka: +// TRANSLATION MISSING +It is recommended to use the "script" plugin to load scripts, for example: + +---------------------------------------- +/script load script.py +/script load script.pl +/script load script.rb +/script load script.lua +/script load script.tcl +/script load script.scm +---------------------------------------- + +// TRANSLATION MISSING +Each language has also its own command: ---------------------------------------- /python load python/skrypt.py @@ -184,6 +197,11 @@ $ cd ~/.weechat/python/autoload $ ln -s ../skrypt.py ---------------------------------------- +// TRANSLATION MISSING +[NOTE] +When installing a script with command `/script install` the link in 'autoload' +directory is automatically created. + [[differences_with_c_api]] Różnice pomiędzy API dla C -------------------------- |