diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2018-08-17 08:16:14 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2018-08-17 08:16:14 +0200 |
commit | 669aa2741a9828eb174a24b8291a602e324f5bc0 (patch) | |
tree | 62c9c143f3c4a93eb2b0bae5ce58f3ac556cec16 /doc/ja | |
parent | 968d7ede29f92e63042a460c360c0e64361e9fdc (diff) | |
download | weechat-669aa2741a9828eb174a24b8291a602e324f5bc0.zip |
doc: rename variable "tg_tags" to "tags" in line trigger (user guide)
Diffstat (limited to 'doc/ja')
-rw-r--r-- | doc/ja/weechat_user.ja.adoc | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/doc/ja/weechat_user.ja.adoc b/doc/ja/weechat_user.ja.adoc index d52bc2959..d874e2d6d 100644 --- a/doc/ja/weechat_user.ja.adoc +++ b/doc/ja/weechat_user.ja.adoc @@ -3906,6 +3906,7 @@ _weechat_print_ 修飾子では、メッセージタグを使う変数 (下の | 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 | メッセージのタグ (文字列の最初と最後にコンマが追加されます) | 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". @@ -3916,13 +3917,11 @@ _weechat_print_ 修飾子では、メッセージタグを使う変数 (下の |=== // TRANSLATION MISSING -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"] |=== | 変数 | 型 | 説明 -| tg_tags | string | メッセージのタグ (文字列の最初と最後にコンマが追加されます) | tg_tags_count | string | メッセージのタグの個数 | tg_tag_nick | string | ニックネーム ("nick_xxx" タグから) | tg_tag_prefix_nick | string | プレフィックスで使うニックネームの色 ("prefix_nick_ccc" タグから) @@ -3951,8 +3950,7 @@ modifier _weechat_print_): |=== // TRANSLATION MISSING -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"] |=== |