operations property

Map<String, String> operations
getter/setter pair

Value-fields of this Map refer to return-values of operations, that outer- and inner-Chore commands, like #flux produce. Chore Class and library operations and #answer #say Strings.

Implementation

Map<String, String> operations = {
  'BeginInitRoll': '_ _ _ _ _ _ _ _ ',
  'decision': '_ _ _ _ _ _ _ _ ',
  'streams': '_ _ _ _ _ _ _ _ ',
  'popularCom': ':p:OP:_ _ _ _ _ _ _ _ ',
  'popularJoint': ':p:OP:_ _ _ _ _ _ _ _ ',
  'popular': ':p:OP:_ _ _ _ _ _ _ _ ',
  'assign': '_ _ _ _ _ _ _ _ ',
  'com': 'command _ _ _ _ ',
  'pro WTF?': 'process?_ _ _ _ ',
  'chore': '_ _ _ _ _ _ _ _ ',
  '*GRANT*': '*Outer-Commands* ',
  'topGrant': ':tGR:_ _ _ _ _ _ _ _ ',
  'lowGrant': ':lGR:_ _ _ _ _ _ _ _ ',
  'sideGrant': ':GR:_ _ _ _ _ _ _ _ ',
  'startChore': '_ _ _ _ _ _ _ _ ',
  'doChore': '_ _ _ _ _ _ _ _ ',
  'uniteChore': '_ _ _ _ _ _ _ _ ',
  'endChore': '_ _ _ _ _ _ _ _ ',
  'choreEffort': '_ _ _ _ _ _ _ _ ',
  'choreToEffort': '_ _ _ _ _ _ _ _ ',
};