mirror of
https://github.com/weechat/weechat.git
synced 2026-07-03 08:13:14 +02:00
doc: update polish quickstart guide
This commit is contained in:
@@ -167,27 +167,23 @@ przez nickserv (tylko jeśli nie uwierzytelniasz się przez SASL):
|
||||
[NOTE]
|
||||
Opcja 'command' może zawierać wiele komend, należy je oddzielić ';' (średnik).
|
||||
|
||||
// TRANSLATION MISSING
|
||||
If you want to protect your password in configuration files, you can use
|
||||
secured data.
|
||||
Jeśli chcesz zabezpieczyć swoje hasło podane w plikach konfiguracyjnych możesz
|
||||
użyć bezpiecznych danych.
|
||||
|
||||
// TRANSLATION MISSING
|
||||
First setup a passphrase:
|
||||
Najpierw ustaw hasło:
|
||||
|
||||
----
|
||||
/secure passphrase this is my secret passphrase
|
||||
/secure passphrase to jest moje tajne hasło
|
||||
----
|
||||
|
||||
// TRANSLATION MISSING
|
||||
Then add a secured data with your freenode password:
|
||||
Następnie dodaj swoje hasło, np dla sieci freenode:
|
||||
|
||||
----
|
||||
/secure set freenode_password xxxxxxx
|
||||
----
|
||||
|
||||
// TRANSLATION MISSING
|
||||
Then you can use `${sec.data.freenode_password}` instead of your password in
|
||||
IRC options mentioned above, for example:
|
||||
Następnie możesz użyć `${sec.data.freenode_password}` zamiast swojego hasła dla
|
||||
opcji IRC omówionych wcześniej, na przykład:
|
||||
|
||||
----
|
||||
/set irc.server.freenode.sasl_password "${sec.data.freenode_password}"
|
||||
|
||||
Reference in New Issue
Block a user