diff options
author | Krzysztof Koroscik <soltys@szluug.org> | 2013-09-02 08:59:54 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-09-02 08:59:54 +0200 |
commit | 218b2c2df5bd5f740f5858c91966ba8ea660e7f1 (patch) | |
tree | c8e3ad3780276492dd2b008ab76c62b3e36003f8 /doc/pl/weechat_scripting.pl.txt | |
parent | 7ffff58625aea71049c48e60338e115e45f239e8 (diff) | |
download | weechat-218b2c2df5bd5f740f5858c91966ba8ea660e7f1.zip |
doc: update polish FAQ and scripting guide
Diffstat (limited to 'doc/pl/weechat_scripting.pl.txt')
-rw-r--r-- | doc/pl/weechat_scripting.pl.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/pl/weechat_scripting.pl.txt b/doc/pl/weechat_scripting.pl.txt index 43f966283..dbb9c4a75 100644 --- a/doc/pl/weechat_scripting.pl.txt +++ b/doc/pl/weechat_scripting.pl.txt @@ -544,10 +544,9 @@ w linii poleceń i wcisnąć [Enter]. Przykłady: -// TRANSLATION MISSING [source,python] ---------------------------------------- -# execute command "/help" on current buffer (result is on core buffer) +# wykona polecenie "/help" w obecnym buforze (wyświetli się w głównym buforze) weechat.command("", "/help") # wyśle "witaj" na kanał #weechat (użytkownicy na kanale zobaczą wiadomość) |