diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2021-12-30 21:22:37 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2021-12-30 21:22:37 +0100 |
commit | 532d46bb93c1460d464b2f2737d4ea1dc898289c (patch) | |
tree | 015d3d1411dc149d25e99c4a21f8b56b06eb309c /doc/en | |
parent | b66298d369cc72b593368d70abb0a994009eb44e (diff) | |
download | weechat-532d46bb93c1460d464b2f2737d4ea1dc898289c.zip |
trigger: add variables `${tg_tag_irc_xxx}` containing IRC message tags (issue #1680)
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/weechat_user.en.adoc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/en/weechat_user.en.adoc b/doc/en/weechat_user.en.adoc index 2bc18d292..3aae4541b 100644 --- a/doc/en/weechat_user.en.adoc +++ b/doc/en/weechat_user.en.adoc @@ -4619,6 +4619,7 @@ Variables set using tags in message: | tg_tag_prefix_nick | string | Color of nick in prefix (from tag "prefix_nick_ccc"). | tg_tag_host | string | User name and host, format: username@host (from tag "host_xxx"). | tg_tag_notify | string | Notify level (_none_, _message_, _private_, _highlight_). +| tg_tag_irc_xxx | string | IRC message tag (key "xxx"). | tg_notify | string | Notify level, if different from _none_. | tg_msg_pv | string | "1" for a private message, otherwise "0". |=== @@ -4652,6 +4653,7 @@ Variables set using tags in message: | tg_tag_prefix_nick | string | Color of nick in prefix (from tag "prefix_nick_ccc"). | tg_tag_host | string | User name and host, format: username@host (from tag "host_xxx"). | tg_tag_notify | string | Notify level (_none_, _message_, _private_, _highlight_). +| tg_tag_irc_xxx | string | IRC message tag (key "xxx"). | tg_notify | string | Notify level, if different from _none_. | tg_msg_pv | string | "1" for a private message, otherwise "0". |=== |