summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2021-09-10 23:05:26 +0200
committerSébastien Helleu <flashcode@flashtux.org>2021-09-10 23:06:05 +0200
commitf3fc1f5f85a3e74180dfa1093e7b59d80a24a7c2 (patch)
treefde037184659b256f6103667c840d52b997f4958
parenta7d3f9d4e8198f4ca6674b811f490fae80e82821 (diff)
downloadweechat-f3fc1f5f85a3e74180dfa1093e7b59d80a24a7c2.zip
core: remove empty line displayed in output of /plugin list <name>
-rw-r--r--src/core/wee-command.c2
1 files changed, 1 insertions, 1 deletions
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:"));
}