From 38b6c8082ee0dc13f934014c250025bb1d0c0244 Mon Sep 17 00:00:00 2001 From: swee Date: Sat, 28 Dec 2024 12:58:42 -0800 Subject: [PATCH] Update doc/prefixing.md --- doc/prefixing.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/prefixing.md b/doc/prefixing.md index 947b6c8..28610d8 100644 --- a/doc/prefixing.md +++ b/doc/prefixing.md @@ -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. +``` + this is a very cool message ``` \ No newline at end of file