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:
@@ -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:"));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user