From 3867b9d367d513c01807ce10bc93115fdb3e37d4 Mon Sep 17 00:00:00 2001 From: swee Date: Fri, 27 Dec 2024 23:28:17 -0800 Subject: [PATCH] Update doc/formatting.md --- doc/formatting.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/formatting.md b/doc/formatting.md index 07345a7..bf30871 100644 --- a/doc/formatting.md +++ b/doc/formatting.md @@ -4,7 +4,8 @@ IRC is quite a hassle to understand, so the first thing to know about the protocol is the **socket** and **server/client**. -TLDR: +It's quite simple on client-side, but server-side has to supply more info: + ``` ↗️ PRIVMSG target :content 🔀 :nick!ident@host PRIVMSG target :content @@ -14,8 +15,6 @@ TLDR: ^ Replace nick with the nickname of the current connection. ``` - - > [!CAUTION] > If the command has content, the colon MUST be included, and is at the beginning of the content, not the end of the command/args. > ```