summaryrefslogtreecommitdiff
path: root/doc/it
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/it
parent0329cb65f39735973257fdb99012546ac8d3fcee (diff)
downloadweechat-16c13e94a6ab5e25fdf8366891264706db566838.zip
trigger: add variable "tg_notify" (notify level of a message, if different from "none")
Diffstat (limited to 'doc/it')
-rw-r--r--doc/it/weechat_user.it.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/it/weechat_user.it.txt b/doc/it/weechat_user.it.txt
index 52f2280e8..49f28d8d9 100644
--- a/doc/it/weechat_user.it.txt
+++ b/doc/it/weechat_user.it.txt
@@ -3370,9 +3370,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"
|===