diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2014-01-28 18:31:03 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2014-01-28 18:31:03 +0100 |
commit | f285fdafa04b2b48fdeb257e58dcd43faa831d74 (patch) | |
tree | c369567326564367341a9dbeb7b7801587f17843 /doc/pl/autogen/user/irc_options.txt | |
parent | ff92b797122fae9cd8ad40f69b714712b62e476f (diff) | |
download | weechat-f285fdafa04b2b48fdeb257e58dcd43faa831d74.zip |
irc: add value "353" in option irc.look.display_join_message
So now the values mean:
- 353: names on channel
- 366: names count (before this commit it meant 353 + 366)
Diffstat (limited to 'doc/pl/autogen/user/irc_options.txt')
-rw-r--r-- | doc/pl/autogen/user/irc_options.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/pl/autogen/user/irc_options.txt b/doc/pl/autogen/user/irc_options.txt index 12eacc8bb..7f183e200 100644 --- a/doc/pl/autogen/user/irc_options.txt +++ b/doc/pl/autogen/user/irc_options.txt @@ -134,9 +134,9 @@ ** wartości: on, off (domyślna wartość: `on`) * [[option_irc.look.display_join_message]] *irc.look.display_join_message* -** opis: `oddzielona przecinkami lista wiadomości wyświetlanych po wejściu na kanał: 329 = data utworzenia, 332 = temat, 333 = autor/data tematu, 366 = osoby na kanale` +** opis: `comma-separated list of messages to display after joining a channel: 329 = channel creation date, 332 = topic, 333 = nick/date for topic, 353 = names on channel, 366 = names count` ** typ: ciąg -** wartości: dowolny ciąg (domyślna wartość: `"329,332,333"`) +** wartości: dowolny ciąg (domyślna wartość: `"329,332,333,366"`) * [[option_irc.look.display_old_topic]] *irc.look.display_old_topic* ** opis: `wyświetl stary temat, kiedy zmieniany jest temat kanału` |