diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2022-05-27 17:48:13 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2022-05-27 22:16:58 +0200 |
commit | a1a9303b14ed2a823f7558322e5af0664b17ca4a (patch) | |
tree | 99654959691a35a902e6c568af51307013724b63 /ChangeLog.adoc | |
parent | 5ef4731c621c1fb1ed933ad4f83837c00cea84a8 (diff) | |
download | weechat-a1a9303b14ed2a823f7558322e5af0664b17ca4a.zip |
trigger: fix completion of command `/trigger add` when there are spaces in the following arguments
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 bf1b8e04b..5c54698b9 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -35,6 +35,7 @@ Bug fixes:: * irc: fix add of channel to autojoin option when joining a channel with a buffer still opened * relay: fix save of channels in autojoin option when JOIN and PART commands are received from an IRC relay client (issue #1771) * trigger: add `${buffer.notify} > 0` in conditions of default trigger "beep" + * trigger: fix completion of command `/trigger add` when there are spaces in the following arguments * trigger: fix memory leak in command `/trigger addinput` [[v3.5]] |