From f3fc1f5f85a3e74180dfa1093e7b59d80a24a7c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Fri, 10 Sep 2021 23:05:26 +0200 Subject: [PATCH] core: remove empty line displayed in output of /plugin list --- src/core/wee-command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/wee-command.c b/src/core/wee-command.c index 27c65d8d7..a4ae9d15a 100644 --- a/src/core/wee-command.c +++ b/src/core/wee-command.c @@ -4428,9 +4428,9 @@ command_plugin_list (const char *name, int full) struct t_hook *ptr_hook; int plugins_found, hook_found, interval; - gui_chat_printf (NULL, ""); if (!name) { + gui_chat_printf (NULL, ""); gui_chat_printf (NULL, _("Plugins loaded:")); }