diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2021-04-06 18:37:22 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2021-04-06 18:37:22 +0200 |
commit | fae9bdf8f8cf51eb07602dc8f6633e380ff94b20 (patch) | |
tree | 43bbc457789d6afbdc9414d3dd990032e96c242c /ChangeLog.adoc | |
parent | 3bf585ba04e7ff4a95f739e58503da7af3714bc7 (diff) | |
download | weechat-fae9bdf8f8cf51eb07602dc8f6633e380ff94b20.zip |
trigger: add variables "${tg_shell_argc}" and "${tg_shell_argvN}" in command trigger evaluated strings (closes #1624)
Diffstat (limited to 'ChangeLog.adoc')
-rw-r--r-- | ChangeLog.adoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog.adoc b/ChangeLog.adoc index 3c1b85850..c74de34a6 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -24,6 +24,7 @@ New features:: * core: quit WeeChat by default when signal SIGHUP is received in normal run, reload configuration in weechat-headless (issue #1595) * api: add support of pointer names in function string_eval_expression (direct and in hdata) * api: add info "weechat_daemon" + * trigger: add variables "${tg_shell_argc}" and "${tg_shell_argvN}" in command trigger evaluated strings (issue #1624) Bug fixes:: |