From 408901d772a92fbf62b2e6c8ad3345e36d316d9a 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 9103b819a..90d704911 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -58,6 +58,7 @@ Bug fixes:: * fset: remove extra spaces between min and max values when second format is used * fset: fix mouse actions when second format is used * fset: apply option fset.color.help_description (issue #1988) + * irc: move value `-all` at the end of completions for command `/ignore del` * irc: fix memory leak when joining channels with keys * irc: fix unexpected message sent to server when part of the second line of an IRC command (issue #1992) * irc: fix display of country code in message 344 received as whois geo info (issue #1736) diff --git a/src/plugins/irc/irc-command.c b/src/plugins/irc/irc-command.c index 5495a83c5..8d1de6243 100644 --- a/src/plugins/irc/irc-command.c +++ b/src/plugins/irc/irc-command.c @@ -7257,7 +7257,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",