diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-09-20 20:05:49 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-09-20 20:05:49 +0200 |
commit | 12106ae7ba0c149e2c3a2fe7fa65d48acc851249 (patch) | |
tree | b81ba29038efa87739eec5c651232549253c0dcd /ChangeLog.adoc | |
parent | 91bb1ebf5d051a80cd0e9e2e0bce820f2fef0e3c (diff) | |
download | weechat-12106ae7ba0c149e2c3a2fe7fa65d48acc851249.zip |
script: fix autoload of multiple scripts at once with `/script autoload` (closes #2018)
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 75a8ae888..27734bb99 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -68,6 +68,7 @@ Bug fixes:: * irc: add missing "account-tag" in list of supported capabilities * irc: add channel in "autojoin" server option only when the channel is actually joined (issue #1990) * relay: synchronize nick modes with IRC client upon connection (issue #1984) + * script: fix autoload of multiple scripts at once with `/script autoload` (issue #2018) * script: fix crash when a `/script` command triggers another `/script` command (issue #923) * script: add local key bindings during the buffer creation * script: add parameters up/down/go in `/help script` and command completion |