Update doc/formatting.md

This commit is contained in:
Nova Cat 2024-12-27 23:34:25 -08:00
parent aa9ba67884
commit 4bc6a5532b

View file

@ -7,12 +7,10 @@ IRC is quite a hassle to understand, so the first thing to know about the protoc
It's quite simple on client-side, but server-side has to supply more info:
```
↗️ PRIVMSG target :content
🔀 :nick!ident@host PRIVMSG target :content
^ Replace nick, ident, host, & target with the respective values described.
↗️ PRIVMSG foo :content
🔀 :nick!ident@host PRIVMSG foo :content
↗️ COMMAND arg :content
↙️ :server RPL nick data :content
^ Replace nick with the nickname of the current connection.
```
> [!CAUTION]