summaryrefslogtreecommitdiff
path: root/doc/it/weechat_user.it.adoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2018-08-17 08:16:14 +0200
committerSébastien Helleu <flashcode@flashtux.org>2018-08-17 08:16:14 +0200
commit669aa2741a9828eb174a24b8291a602e324f5bc0 (patch)
tree62c9c143f3c4a93eb2b0bae5ce58f3ac556cec16 /doc/it/weechat_user.it.adoc
parent968d7ede29f92e63042a460c360c0e64361e9fdc (diff)
downloadweechat-669aa2741a9828eb174a24b8291a602e324f5bc0.zip
doc: rename variable "tg_tags" to "tags" in line trigger (user guide)
Diffstat (limited to 'doc/it/weechat_user.it.adoc')
-rw-r--r--doc/it/weechat_user.it.adoc8
1 files changed, 3 insertions, 5 deletions
diff --git a/doc/it/weechat_user.it.adoc b/doc/it/weechat_user.it.adoc
index bb3dd8261..4137555ab 100644
--- a/doc/it/weechat_user.it.adoc
+++ b/doc/it/weechat_user.it.adoc
@@ -4168,6 +4168,7 @@ The "line" callback sets following variables in hashtable:
| date | string | Line date (timestamp).
| date_printed | string | Date when line was displayed (timestamp).
| str_time | string | Date for display. It may contain color codes.
+| tags | string | Tags of message (with comma added at beginning/end of string).
| displayed | string | "1" if displayed, "0" if line filtered.
| notify_level | string | "0" = low level, "1" = message, "2" = private message, "3" = highlight
| highlight | string | "1" if highlight, otherwise "0".
@@ -4177,13 +4178,11 @@ The "line" callback sets following variables in hashtable:
| tg_message_nocolor | string | Message without color codes.
|===
-Variables set using tags in message (they are also set in _print_ callback and
-modifier _weechat_print_):
+Variables set using tags in message:
[width="100%",cols="3m,2,14",options="header"]
|===
| 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_nick | string | Nick (from tag "nick_xxx").
| tg_tag_prefix_nick | string | Color of nick in prefix (from tag "prefix_nick_ccc").
@@ -4211,8 +4210,7 @@ The "print" callback sets following variables in hashtable:
| tg_message_nocolor | string | Message without color codes.
|===
-Variables set using tags in message (they are also set in _line_ callback and
-modifier _weechat_print_):
+Variables set using tags in message:
[width="100%",cols="3m,2,14",options="header"]
|===