diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-04-12 13:23:26 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-04-12 13:23:26 +0200 |
commit | 1abdde6be5155e68edb9b11c2e6b7d0355e1401f (patch) | |
tree | 97f93f72a91f18316093ef8078d77e679c55d75e /doc/en/weechat_user.en.txt | |
parent | c1cce9f1c31598e8430d1d57ca8e3ef95e22e31e (diff) | |
download | weechat-1abdde6be5155e68edb9b11c2e6b7d0355e1401f.zip |
trigger: add variable "tg_tag_host" (from tag "host_xxx" in message)
Diffstat (limited to 'doc/en/weechat_user.en.txt')
-rw-r--r-- | doc/en/weechat_user.en.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/en/weechat_user.en.txt b/doc/en/weechat_user.en.txt index a7324121b..edad06aa5 100644 --- a/doc/en/weechat_user.en.txt +++ b/doc/en/weechat_user.en.txt @@ -3208,6 +3208,7 @@ too): | tg_tags_count | string | Number of tags in message | tg_tag_nick | string | Nick (from tag "nick_xxx") | 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_notify | string | Notify level, if different from 'none' | tg_msg_pv | string | "1" for a private message, otherwise "0" |