1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-04 16:53:14 +02:00

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