summaryrefslogtreecommitdiff
path: root/doc/en/autogen/user/irc_options.txt
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2014-01-28 18:31:03 +0100
committerSebastien Helleu <flashcode@flashtux.org>2014-01-28 18:31:03 +0100
commitf285fdafa04b2b48fdeb257e58dcd43faa831d74 (patch)
treec369567326564367341a9dbeb7b7801587f17843 /doc/en/autogen/user/irc_options.txt
parentff92b797122fae9cd8ad40f69b714712b62e476f (diff)
downloadweechat-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/en/autogen/user/irc_options.txt')
-rw-r--r--doc/en/autogen/user/irc_options.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/en/autogen/user/irc_options.txt b/doc/en/autogen/user/irc_options.txt
index e9d5d6e8a..28c232d9e 100644
--- a/doc/en/autogen/user/irc_options.txt
+++ b/doc/en/autogen/user/irc_options.txt
@@ -134,9 +134,9 @@
** values: on, off (default value: `on`)
* [[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`
+** description: `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`
** type: string
-** values: any string (default value: `"329,332,333"`)
+** values: any string (default value: `"329,332,333,366"`)
* [[option_irc.look.display_old_topic]] *irc.look.display_old_topic*
** description: `display old topic when channel topic is changed`