IRC-Documentation/doc/index.md

10 lines
381 B
Markdown
Raw Normal View History

2024-12-27 22:39:46 -08:00
# Index of IRC protocol documentation.
2024-12-27 22:52:51 -08:00
> [!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`
2024-12-27 23:07:54 -08:00
> `↙️ Sent by server, recieved by client`
> `🔁 Sent by server, recieved by a DIFFERENT client (e.g. target of PRIVMSG)`
2024-12-27 22:52:51 -08:00
2024-12-27 22:41:03 -08:00
* [Formatting of socket](formatting.md)