diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2020-10-10 13:22:49 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2020-10-10 13:22:49 +0200 |
commit | fd72226a7192dc9496bce45567a289e72e44b483 (patch) | |
tree | a0c8ee9b545b683e40b5386797a7b687b40ea4cd /doc/en | |
parent | 765d2dd277a07a8b72a67d0ac077ac1c39b73ee4 (diff) | |
download | weechat-fd72226a7192dc9496bce45567a289e72e44b483.zip |
doc: translate tg_trigger_name variable under triggers (issue #1567)
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/weechat_user.en.adoc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/en/weechat_user.en.adoc b/doc/en/weechat_user.en.adoc index c8c7ba2e9..2d59ae552 100644 --- a/doc/en/weechat_user.en.adoc +++ b/doc/en/weechat_user.en.adoc @@ -4033,7 +4033,7 @@ All callbacks set following variables in hashtable: [width="100%",cols="3m,2,14",options="header"] |=== | Variable | Type | Description -| tg_trigger_name | string | Name of trigger +| tg_trigger_name | string | Name of trigger. |=== [[trigger_data_signal]] @@ -4044,8 +4044,8 @@ The "signal" callback sets following variables in hashtable: [width="100%",cols="3m,2,14",options="header"] |=== | Variable | Type | Description -| tg_signal | string | Name of signal -| tg_signal_data | string | Data sent with the signal +| tg_signal | string | Name of signal. +| tg_signal_data | string | Data sent with the signal. |=== If the signal contains an IRC message, the message is parsed and following data |