Chat - GQDeltex/ft_transcendence GitHub Wiki
Chat Functionality
Specifications
This will be using IRC Command Lingo as Baseline
https://datatracker.ietf.org/doc/html/rfc1459
Message Format Example
{
"from": 87342
"command": "privmsg",
"args": {
"recipient": 83464,
"message": "Hello World!"
}
}