processes() improved command parsing
This commit is contained in:
parent
4e667dbde0
commit
0420a8c130
@ -594,7 +594,7 @@ function processes(callback) {
|
||||
command = fullcommand.split(' ')[0];
|
||||
command = command.replace(/:/g, '');
|
||||
} else {
|
||||
if (p4 > 0 && p3 > 3) {
|
||||
if (p4 > 0 && (p3 === -1 || p3 > 3)) {
|
||||
command = fullcommand.split(' ')[0];
|
||||
command = command.replace(/:/g, '');
|
||||
} else {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user