summaryrefslogtreecommitdiff
path: root/doc/it
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2022-09-30 21:32:27 +0200
committerSébastien Helleu <flashcode@flashtux.org>2022-09-30 21:32:27 +0200
commitae6113721631de178a3317c28cf567e093df9549 (patch)
tree8ad056d1ffc51e2aadf4c99db195144860b171ce /doc/it
parent6bb4bed8bb0ba447e93db6bfe90abac93caa9823 (diff)
downloadweechat-ae6113721631de178a3317c28cf567e093df9549.zip
trigger: add variable `${tg_hook_type}` (closes #1765)
Diffstat (limited to 'doc/it')
-rw-r--r--doc/it/weechat_user.it.adoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/it/weechat_user.it.adoc b/doc/it/weechat_user.it.adoc
index be7fd1648..b28e8e913 100644
--- a/doc/it/weechat_user.it.adoc
+++ b/doc/it/weechat_user.it.adoc
@@ -5286,6 +5286,7 @@ All callbacks set following variables in hashtable:
|===
| Variable | Type | Description
| tg_trigger_name | string | Name of trigger.
+| tg_hook_type | string | Hook type: "signal", "command", etc.
|===
[[trigger_data_signal]]