04.04.2015, 19:33
if (strcmp("/job", cmdtext, true, 10) == 0)
I think the problem is there, you set the length to 10 when there's a total length of 4
Try changing 10 to 4 and see if it works
Also try removing [30] from the variable if it still does not work
I think the problem is there, you set the length to 10 when there's a total length of 4
Try changing 10 to 4 and see if it works
Also try removing [30] from the variable if it still does not work