diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-11-06 07:05:56 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-11-06 07:05:56 +0100 |
commit | eca8bce3fde26d11ef60df2aa052d050c509268f (patch) | |
tree | da20a6712a7d3f62be785e87384a5a6b1ca2cb2a /doc/en/autogen/user | |
parent | b55c158280c3e09a839817e6d441bd71c1fe916d (diff) | |
download | weechat-eca8bce3fde26d11ef60df2aa052d050c509268f.zip |
irc: fix help on option irc.look.notice_welcome_redirect (closes #1095)
Diffstat (limited to 'doc/en/autogen/user')
-rw-r--r-- | doc/en/autogen/user/irc_options.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/autogen/user/irc_options.adoc b/doc/en/autogen/user/irc_options.adoc index 542950c3f..95be5e02d 100644 --- a/doc/en/autogen/user/irc_options.adoc +++ b/doc/en/autogen/user/irc_options.adoc @@ -309,7 +309,7 @@ ** default value: `+auto+` * [[option_irc.look.notice_welcome_redirect]] *irc.look.notice_welcome_redirect* -** description: pass:none[automatically redirect channel welcome notices to the channel buffer; such notices have the nick as target but a channel name in beginning of notice message, for example notices sent by freenode server which look like: "[#channel\] Welcome to this channel..."] +** description: pass:none[automatically redirect channel welcome notices to the channel buffer; such notices have the nick as target but a channel name in beginning of notice message, for example the ENTRYMSG notices sent by Atheme IRC Services which look like: "[#channel\] Welcome to this channel..."] ** type: boolean ** values: on, off ** default value: `+on+` |