diff --git a/Network.CMD_WHISPER.md b/Network.CMD_WHISPER.md new file mode 100644 index 0000000..3f73ed4 --- /dev/null +++ b/Network.CMD_WHISPER.md @@ -0,0 +1,19 @@ +## Server +| Name | Type | Required | Description | +| ---- | ---- | :------: | :---------- | +| Length | Byte | ✗ | | +| ObjID | [ObjectID](Network.ObjectID) | ✗ | Always the client. | +| Type | Byte | ✗ | `0x11 (17)` | +| - | - | - | - | +| Sender | [ObjectID](Network.ObjectID) | ✗ | Message sender. Short IDs aren't used here. | +| Text | String | ✗ | Message | + +## Client +| Name | Type | Required | Description | +| ---- | ---- | :------: | :---------- | +| Length | Byte | ✗ | | +| ObjID | [ObjectID](Network.ObjectID) | ✗ | The recipient. Long IDs only. | +| Type | Byte | ✗ | `0x11 (17)` | +| - | - | - | - | +| Sender | [ObjectID](Network.ObjectID) | ✗ | Always an empty long ID. | +| Text | String | ✗ | Message | \ No newline at end of file