From 145423c11fb747db00519ccb64066fff5cb14c86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Tue, 18 Feb 2025 22:10:15 +0100 Subject: [PATCH] core: update ChangeLog (issue #2234) --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fdccdbc6b..94a212973 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ - core: add option `-v` to display upgrades in command `/version` - api: add property `keep_spaces_right` in function hook_set to keep trailing spaces in command arguments +- irc: add option `-connected` in command `/server list|listfull` ### Added