This command deletes the next command to be executed from the command queue. '''Parameters:''' * This command does not accept any parameters. '''Reports:''' * ''done'' immediately. * ''popped'' if popped by [[po]]. * ''forgotten'' if deleted by [[fa]] or [[fm]]. * ''replaced'' if replaced by a command scheduled with 'r'. * Causes the next action to report ''popped''. '''Example:''' * User sends: "n mi 222 0 0 1" * Bot begins moving. * User sends: "n po 512" * Bot stops moving. * Bot replies "cp po 512 done" * Bot replies "cp mi 222 popped"