Update doc/formatting.md
This commit is contained in:
parent
aa9ba67884
commit
4bc6a5532b
1 changed files with 2 additions and 4 deletions
|
@ -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:
|
It's quite simple on client-side, but server-side has to supply more info:
|
||||||
|
|
||||||
```
|
```
|
||||||
↗️ PRIVMSG target :content
|
↗️ PRIVMSG foo :content
|
||||||
🔀 :nick!ident@host PRIVMSG target :content
|
🔀 :nick!ident@host PRIVMSG foo :content
|
||||||
^ Replace nick, ident, host, & target with the respective values described.
|
|
||||||
↗️ COMMAND arg :content
|
↗️ COMMAND arg :content
|
||||||
↙️ :server RPL nick data :content
|
↙️ :server RPL nick data :content
|
||||||
^ Replace nick with the nickname of the current connection.
|
|
||||||
```
|
```
|
||||||
|
|
||||||
> [!CAUTION]
|
> [!CAUTION]
|
||||||
|
|
Loading…
Reference in a new issue