A very simple command for the queue system, very easy to do, but it isn't available
queuecheck( queue_id, value );
return 1 if the value is found in the queue, 0 if not.
queueremove and queueadd does this checks, but you don't have the option to do the check without actually add / remove...