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