From 0b90079fd59ce44d7a1132f1c3966eb32a6a52b2 Mon Sep 17 00:00:00 2001 From: flash Date: Sun, 25 Aug 2024 23:30:00 +0000 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 156636f..c46ebf7 100644 --- a/README.md +++ b/README.md @@ -7,4 +7,7 @@ /_/ ``` -Welcome to the repository of the temporary Flashii chat server. This is a reimplementation of the old [PHP based Sock Chat server](https://github.com/flashwave/mahou-chat/) in C#. +Welcome to the repository of the Flashii Chat server! + +The protocol used is based on the protocol found in the original [PHP Sock Chat](https://patchii.net/sockchat/sockchat). +A rendered version of the Protocol.md document can be found on [railgun.sh/sockchat](https://railgun.sh/sockchat).