IRC-Documentation/doc/index.md
2024-12-27 23:08:14 -08:00

11 lines
No EOL
393 B
Markdown

# Index of IRC protocol documentation.
> [!IMPORTANT]
> 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 a DIFFERENT client (e.g. target of PRIVMSG)`
* Basics
* [Formatting of socket](formatting.md)