1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-01 15:26:37 +02:00

script: fix removal of script in system directory while trying to install a script (closes #2019)

This commit is contained in:
Sébastien Helleu
2023-09-22 22:51:44 +02:00
parent 12106ae7ba
commit d6e4e87faf
11 changed files with 32 additions and 26 deletions
+1
View File
@@ -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 removal of script in system directory while trying to install a script (issue #2019)
* 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