summaryrefslogtreecommitdiff
path: root/ChangeLog.adoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2022-05-27 17:48:13 +0200
committerSébastien Helleu <flashcode@flashtux.org>2022-05-27 22:16:58 +0200
commita1a9303b14ed2a823f7558322e5af0664b17ca4a (patch)
tree99654959691a35a902e6c568af51307013724b63 /ChangeLog.adoc
parent5ef4731c621c1fb1ed933ad4f83837c00cea84a8 (diff)
downloadweechat-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.adoc1
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]]