WARNING 623 B

1234567891011121314151617
  1. okay im jsut saying that those specifications are really outdated
  2. once we test things out and find something good implementation-wise,
  3. i'll restart writing the docs
  4. but here's the general message format
  5. COMMAND KEY1:ARG1 KEY2:ARG2 contains some spaces, a tab (\t), and a CR-LF (\r\n)
  6. Here's an escape lookup table:
  7. Thing How-to-put-in-an-argument Oringinal use
  8. \ \\ escaping
  9. <Tab> \t delimiting arguments
  10. <CR> \r part of CR-LF delimiting messages
  11. <LF> \n part of CR-LF delimiting messages