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:
@@ -5086,6 +5086,8 @@ COMMAND_CALLBACK(pipe)
|
||||
ptr_hsignal = argv[i];
|
||||
index_command = i + 1;
|
||||
}
|
||||
else
|
||||
break;
|
||||
}
|
||||
|
||||
if (index_command < argc)
|
||||
|
||||
Reference in New Issue
Block a user