core: remove empty line displayed in output of /plugin list <name>

This commit is contained in:
Sébastien Helleu 2021-09-10 23:05:26 +02:00
parent a7d3f9d4e8
commit f3fc1f5f85

View File

@ -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:"));
}