1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +02:00

core: fix parsing of command in /pipe command

This commit is contained in:
Sébastien Helleu
2024-12-17 23:22:29 +01:00
parent 732f24b6ba
commit 798c7a5262
+2
View File
@@ -5086,6 +5086,8 @@ COMMAND_CALLBACK(pipe)
ptr_hsignal = argv[i];
index_command = i + 1;
}
else
break;
}
if (index_command < argc)