From fb5cd4f0454a36534f1ad7a39dc05ba43df7ff6f Mon Sep 17 00:00:00 2001 From: "Tristan B. Kildaire" Date: Fri, 25 Sep 2020 22:15:58 +0200 Subject: [PATCH] Updated protocol --- protocol.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/protocol.md b/protocol.md index 87a301a..8ce6022 100644 --- a/protocol.md +++ b/protocol.md @@ -103,14 +103,16 @@ Request format: * `type`, `0` - to user, `1` to channel +Reply format *TODO* + ### `chanprop` --- Anything that isn't a command above will return with `2` which means _unknown command_. -`0` generally means that everything went well but commands can send more data after it, -it depends, and `1` means error - also more data may follow. +`1` generally means that everything went well but commands can send more data after it, +it depends, and `0` means error - also more data may follow. ## notifications