summaryrefslogtreecommitdiff
path: root/ChangeLog.adoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2023-05-27 20:07:37 +0200
committerSébastien Helleu <flashcode@flashtux.org>2023-05-27 20:07:37 +0200
commit50f5be70aa449dede9289d9bae9b4fd121a3c330 (patch)
tree83e41444a3933dc90124f847270db6f0d5705342 /ChangeLog.adoc
parent1651c48856e45d27800890092d402615645bc95d (diff)
downloadweechat-50f5be70aa449dede9289d9bae9b4fd121a3c330.zip
alias: add alias `action` to send a CTCP ACTION to a channel or a nick (issue #1577)
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 fe1d2ad40..5e1a6801f 100644
--- a/ChangeLog.adoc
+++ b/ChangeLog.adoc
@@ -40,6 +40,7 @@ New features::
* api: add optional argument with version in info "version_number"
* 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)
* 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)