Update doc/prefixing.md
This commit is contained in:
parent
a7594a3ad9
commit
38b6c8082e
1 changed files with 4 additions and 0 deletions
|
@ -25,3 +25,7 @@ The server will think that the target (or whatever is before the content) ends w
|
||||||
↗️ PRIVMSG foo :this is a very cool message
|
↗️ PRIVMSG foo :this is a very cool message
|
||||||
🔀 nick!ident@host 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
|
||||||
|
```
|
Loading…
Reference in a new issue