From 12ed0e34892567adf17d4788b527da61e5790134 Mon Sep 17 00:00:00 2001 From: swee Date: Fri, 27 Dec 2024 23:07:54 -0800 Subject: [PATCH] Update doc/index.md --- doc/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/index.md b/doc/index.md index 5bf408c..f578637 100644 --- a/doc/index.md +++ b/doc/index.md @@ -4,6 +4,7 @@ > Before you start reading this, here's what you need to know. > * We visualize the socket this way: > `↗️ Sent by client, recieved by server` -> `↙️ Sent by server, recieved by client` +> `↙️ Sent by server, recieved by client` +> `🔁 Sent by server, recieved by a DIFFERENT client (e.g. target of PRIVMSG)` * [Formatting of socket](formatting.md) \ No newline at end of file