Skip to content
mityada edited this page Dec 4, 2014 · 5 revisions

@TYPE [ASSIGNED] [SCHEDULED] DESCRIPTION

Create task with TYPE and DESCRIPTION. Task may be ASSIGNED to some users and/or SCHEDULED for some time.

TYPE

  • todo, task - task with running and done states
  • todofail - same as todo, but can be failed with reason
  • confirm, ok - task with single ok state
  • okfail, reason - task with ok and failed states
  • question, q - task asking for text answer

ASSIGNED

Comma delimited list of users. halls is an alias to list of all halls, hall1,hall2,hall3,...

SCHEDULED

  • start[+n] - schedule the task for n minutes after contest start, n = 0 if omitted
  • end[-n] - schedule the task for n minutes before contest end, n = 0 if omitted

DESCRIPTION

Description of the task

Examples

@todo halls Впустить участников
@ok halls start Начали
@todo halls end-60 Объявить заморозку

Clone this wiki locally