diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-05-27 20:20:31 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-05-27 20:20:31 +0200 |
commit | 193d2902852c637dfb9ac43830149848224dac10 (patch) | |
tree | 5b7c4400ad8f719bef6bc71f24f565ea50950df9 /ChangeLog.adoc | |
parent | 50f5be70aa449dede9289d9bae9b4fd121a3c330 (diff) | |
download | weechat-193d2902852c637dfb9ac43830149848224dac10.zip |
alias: add option `missing` in command `/alias`
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 5e1a6801f..96fb8d980 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -41,6 +41,7 @@ New features:: * alias: use lower case for default aliases, rename all aliases to lower case on upgrade (issue #1872) * alias: add `$&` to replace all arguments with double quotes escaped (issue #1140, issue #1190) * alias: add alias `action` to send a CTCP ACTION to a channel or a nick (issue #1577) + * alias: add option `missing` in command `/alias` * irc: rename "ssl" options to "tls", connect with TLS and port 6697 by default * irc: add support of capabilities "batch" and "draft/multiline" (issue #1292, issue #1923) * irc: add support of capability "echo-message" (issue #139) |