Update doc/prefixing.md

This commit is contained in:
Nova Cat 2024-12-28 12:58:42 -08:00
parent a7594a3ad9
commit 38b6c8082e

View file

@ -24,4 +24,8 @@ The server will think that the target (or whatever is before the content) ends w
```
↗️ PRIVMSG foo :this is a very cool message
🔀 nick!ident@host PRIVMSG foo :this is a very cool message
```
Your client should be able to parse the colon out.
```
<nick> this is a very cool message
```