diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2014-01-21 12:55:48 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2014-01-21 12:55:48 +0100 |
commit | a6ed216052d90b0e5c148b92e598e8084fcac6b0 (patch) | |
tree | 341c9b83d1c9c4ddea684331386c44a97dcf398c /doc/en/autogen | |
parent | 160ab683efb0ce39813a2c4835bb92ad7b3a73fd (diff) | |
download | weechat-a6ed216052d90b0e5c148b92e598e8084fcac6b0.zip |
irc: do not display names by default when joining a channel (task #13045)
Diffstat (limited to 'doc/en/autogen')
-rw-r--r-- | doc/en/autogen/user/irc_options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/autogen/user/irc_options.txt b/doc/en/autogen/user/irc_options.txt index 68d7e6e00..2a849e22b 100644 --- a/doc/en/autogen/user/irc_options.txt +++ b/doc/en/autogen/user/irc_options.txt @@ -136,7 +136,7 @@ * [[option_irc.look.display_join_message]] *irc.look.display_join_message* ** description: `comma-separated list of messages to display after joining a channel: 329 = channel creation date, 332 = topic, 333 = nick/date for topic, 366 = names on channel` ** type: string -** values: any string (default value: `"329,332,333,366"`) +** values: any string (default value: `"329,332,333"`) * [[option_irc.look.display_old_topic]] *irc.look.display_old_topic* ** description: `display old topic when channel topic is changed` |