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]] before execution. * ''forgotten'' if deleted by [[fa]] before execution. * Causes the next action to report ''popped''. '''Example:''' * User sends: "n mf 222 0 1" * Bot begins moving. * User sends: "n po 512" * Bot stops moving. * Bot replies "cp po 512 done" * Bot replies "cp mf 222 popped"