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