diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-10-08 22:25:35 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-10-08 22:25:35 +0200 |
commit | 1bda9f107729a87d2badd2ed38e1a9925bd3fb3a (patch) | |
tree | a77d663795ca1340fc82b10b166ddf7f89f3c235 /doc/pl/autogen/user/relay_options.asciidoc | |
parent | 64348fbd6ed84835edf65b6636315daedd7d515b (diff) | |
download | weechat-1bda9f107729a87d2badd2ed38e1a9925bd3fb3a.zip |
relay: use comma separator in option relay.irc.backlog_tags, check the value of option when it is changed with /set
Diffstat (limited to 'doc/pl/autogen/user/relay_options.asciidoc')
-rw-r--r-- | doc/pl/autogen/user/relay_options.asciidoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/pl/autogen/user/relay_options.asciidoc b/doc/pl/autogen/user/relay_options.asciidoc index 49feca873..d3761a370 100644 --- a/doc/pl/autogen/user/relay_options.asciidoc +++ b/doc/pl/autogen/user/relay_options.asciidoc @@ -59,7 +59,7 @@ ** wartości: on, off (domyślna wartość: `on`) * [[option_relay.irc.backlog_tags]] *relay.irc.backlog_tags* -** opis: `tagi dla wiadomości, które są wyświetlane w backlogu dla kanałów IRC (wspierane tagi: "irc_join", "irc_part", "irc_quit", "irc_nick", "irc_privmsg"), "*" = dla wszystkich wspieranych tagów` +** opis: `comma-separated list of messages tags which are displayed in backlog per IRC channel (supported tags: "irc_join", "irc_part", "irc_quit", "irc_nick", "irc_privmsg"), "*" = all supported tags` ** typ: ciąg ** wartości: dowolny ciąg (domyślna wartość: `"irc_privmsg"`) |