diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-10-08 22:15:11 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-10-08 22:15:11 +0200 |
commit | 4b94b74990a1044a482fadd280ccd527dca98b9a (patch) | |
tree | e78019c164b444c99cb1030a3f061b9f386cc5e6 /doc/en/autogen/user/irc_options.txt | |
parent | d82f8c81658a6a3294668136a0df0cd0e15641b9 (diff) | |
download | weechat-4b94b74990a1044a482fadd280ccd527dca98b9a.zip |
irc: add option irc.look.notice_welcome_tags
Diffstat (limited to 'doc/en/autogen/user/irc_options.txt')
-rw-r--r-- | doc/en/autogen/user/irc_options.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/en/autogen/user/irc_options.txt b/doc/en/autogen/user/irc_options.txt index 8897470d5..a64003c55 100644 --- a/doc/en/autogen/user/irc_options.txt +++ b/doc/en/autogen/user/irc_options.txt @@ -258,6 +258,11 @@ ** type: boolean ** values: on, off (default value: `on`) +* [[option_irc.look.notice_welcome_tags]] *irc.look.notice_welcome_tags* +** description: `comma separated list of tags used in a welcome notices redirected to a channel, for example: "notify_private"` +** type: string +** values: any string (default value: `""`) + * [[option_irc.look.notify_tags_ison]] *irc.look.notify_tags_ison* ** description: `comma separated list of tags used in messages displayed by notify when a nick joins or quits server (result of command ison), for example: "notify_message", "notify_private" or "notify_highlight"` ** type: string |