Changes between Initial Version and Version 1 of fa


Ignore:
Timestamp:
Jun 3, 2011 1:19:43 PM (13 years ago)
Author:
jpawlick
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • fa

    v1 v1  
     1This command clears 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 all other actions to report ''forgotten''.
     11
     12'''Example:'''
     13 * User sends: "n mf 16 0 1"
     14 * Bot starts moving.
     15 * User sends: "t mf 17 90 1"
     16 * User sends: "t mf 18 135 1"
     17 * User sends: "t mf 19 180 1"
     18 * User sends: "n fa 20"
     19 * Bot replies "cp fa 20 done"
     20 * Bot replies "cp mf 16 forgotten"
     21 * Bot replies "cp mf 17 forgotten"
     22 * Bot replies "cp mf 18 forgotten"
     23 * Bot replies "cp mf 19 forgotten"