From cfbe98d34acadaab8de6a7407f8ae592fff6e485 Mon Sep 17 00:00:00 2001 From: flashwave Date: Mon, 20 May 2024 23:45:29 +0000 Subject: [PATCH] Updated README.md. --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 156636f..4e6bf97 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 ([public](https://patchii.net/flash/mahou-chat) / [private](https://patchii.net/sockchat/sockchat-historical/src/tag/phpchat)). +A rendered version of the Protocol.md document can be found on [railgun.sh/sockchat](https://railgun.sh/sockchat).