diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-08-13 10:22:06 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-08-13 10:22:06 +0200 |
commit | 4290876e646df7c73424be4a44d6494f0c184d81 (patch) | |
tree | 4c4c88031ba85228001fe49fb3e159d95a74d9f1 /ChangeLog.adoc | |
parent | 510756935c1b48a99f386402838f86e9d5c1519d (diff) | |
download | weechat-4290876e646df7c73424be4a44d6494f0c184d81.zip |
script: allow commands `/script autoload|noautoload|toggleautoload` with scripts not present in the repository (closes #1980)
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 fbe0cf710..8b50dfe3a 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -28,6 +28,7 @@ New features:: * irc: build dynamically the list of CTCPs supported in reply to "CTCP CLIENTINFO" (issue #1974) * irc: remove Git revision and compilation date from CTCP VERSION reply (issue #1974) * irc: remove default CTCP replies FINGER and USERINFO (issue #1974) + * script: allow commands `/script autoload`, `/script noautoload`, `/script toggleautoload` with scripts not present in the repository (issue #1980) * trigger: add options `-o`, `-ol`, `-i` and `-il` in command `/trigger list` (issue #1953) Bug fixes:: |