diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-05-08 11:55:18 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-05-08 11:55:18 +0200 |
commit | 36d519acb05815e2fee222359c136484cfd3185c (patch) | |
tree | b8cbd861d716667796acb447e40ebb9bd9397e17 /doc/en/autogen/user | |
parent | 7b4b6a3754b2db977f01ca7fcb7e730b48e5d710 (diff) | |
download | weechat-36d519acb05815e2fee222359c136484cfd3185c.zip |
irc: add support of message 324 (channel modes) in option irc.look.display_join_message (closes #75)
Diffstat (limited to 'doc/en/autogen/user')
-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 1177dd409..384ce856b 100644 --- a/doc/en/autogen/user/irc_options.txt +++ b/doc/en/autogen/user/irc_options.txt @@ -139,7 +139,7 @@ ** 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, 353 = names on channel, 366 = names count` +** description: `comma-separated list of messages to display after joining a channel: 324 = channel modes, 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,366"`) |