diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2014-03-02 12:35:34 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2014-03-02 12:35:34 +0100 |
commit | 16c13e94a6ab5e25fdf8366891264706db566838 (patch) | |
tree | dead3e9ffc727d9a2948113227858e9dd0bd8ae2 /doc/ja/weechat_user.ja.txt | |
parent | 0329cb65f39735973257fdb99012546ac8d3fcee (diff) | |
download | weechat-16c13e94a6ab5e25fdf8366891264706db566838.zip |
trigger: add variable "tg_notify" (notify level of a message, if different from "none")
Diffstat (limited to 'doc/ja/weechat_user.ja.txt')
-rw-r--r-- | doc/ja/weechat_user.ja.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/ja/weechat_user.ja.txt b/doc/ja/weechat_user.ja.txt index f2f067a47..d1a6e576e 100644 --- a/doc/ja/weechat_user.ja.txt +++ b/doc/ja/weechat_user.ja.txt @@ -3241,9 +3241,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" |=== |