From 753a2adffcdb0efeb3e8dfe2451127fddf9d5b31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Mon, 9 Oct 2023 20:06:52 +0200 Subject: [PATCH] irc: move value `-all` at the end of completions for command `/ignore del` --- ChangeLog.adoc | 1 + src/plugins/irc/irc-command.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog.adoc b/ChangeLog.adoc index fce1280f6..12fb682a7 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -16,6 +16,7 @@ For a list of important changes that require manual actions, please look at rele Bug fixes:: * core: fix generation of TOTP on Big Endian systems (issue #2021) + * irc: move value `-all` at the end of completions for command `/ignore del` * irc: fix memory leak when joining channels with keys Build:: diff --git a/src/plugins/irc/irc-command.c b/src/plugins/irc/irc-command.c index 04c6155fa..44603d5bb 100644 --- a/src/plugins/irc/irc-command.c +++ b/src/plugins/irc/irc-command.c @@ -7081,7 +7081,7 @@ irc_command_init () " /ignore add toto*@*.domain.com libera #weechat"), "list" " || add %(irc_channel_nicks_hosts) %(irc_servers) %(irc_channels) %-" - " || del -all|%(irc_ignores_numbers) %-", + " || del %(irc_ignores_numbers)|-all %-", &irc_command_ignore, NULL, NULL); weechat_hook_command ( "info",