| | 1 | This command deletes the next command to be executed from the command queue. |
| | 2 | |
| | 3 | '''Parameters:''' |
| | 4 | * This command does not accept any parameters. |
| | 5 | |
| | 6 | '''Reports:''' |
| | 7 | * ''done'' immediately. |
| | 8 | * ''popped'' if popped by [[po]] before execution. |
| | 9 | * ''forgotten'' if deleted by [[fa]] before execution. |
| | 10 | * Causes the next action to report ''popped''. |
| | 11 | |
| | 12 | '''Example:''' |
| | 13 | * User sends: "n mf 222 0 1" |
| | 14 | * Bot begins moving. |
| | 15 | * User sends: "n po 512" |
| | 16 | * Bot stops moving. |
| | 17 | * Bot replies "cp po 512 done" |
| | 18 | * Bot replies "cp mf 222 popped" |