diff options
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ść) |