strneq
if(strneq(command, "0;", 2)) {
else if(strneq(command, "1;", 2)) {
else if(strneq(command, "2;", 2)) {
if(strneq(command, " q", 2)) {
else if(strneq(command, "\"q", 2)) {
if(cmdlen >= 2 && strneq(command, "$q", 2)) {