From 669aa2741a9828eb174a24b8291a602e324f5bc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Fri, 17 Aug 2018 08:16:14 +0200 Subject: doc: rename variable "tg_tags" to "tags" in line trigger (user guide) --- doc/it/weechat_user.it.adoc | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'doc/it/weechat_user.it.adoc') 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"] |=== -- cgit v1.2.3