summaryrefslogtreecommitdiff
path: root/doc/en
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2014-03-02 12:35:34 +0100
committerSebastien Helleu <flashcode@flashtux.org>2014-03-02 12:35:34 +0100
commit16c13e94a6ab5e25fdf8366891264706db566838 (patch)
treedead3e9ffc727d9a2948113227858e9dd0bd8ae2 /doc/en
parent0329cb65f39735973257fdb99012546ac8d3fcee (diff)
downloadweechat-16c13e94a6ab5e25fdf8366891264706db566838.zip
trigger: add variable "tg_notify" (notify level of a message, if different from "none")
Diffstat (limited to 'doc/en')
-rw-r--r--doc/en/weechat_user.en.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/en/weechat_user.en.txt b/doc/en/weechat_user.en.txt
index 430c6c8aa..e86f6e4dd 100644
--- a/doc/en/weechat_user.en.txt
+++ b/doc/en/weechat_user.en.txt
@@ -3237,9 +3237,10 @@ too):
| Variable | Type | Description
| tg_tags | string | Tags of message (with comma added at beginning/end of string)
| tg_tags_count | string | Number of tags in message
-| tg_tag_notify | string | Notify level ('none', 'message', 'private', 'highlight')
| 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_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"
|===