I am creating a chat client, that uses TCP,Raw to connect to my server, everything is going well, if anyone else would like to mess around with connecting to my server, the server ip and port are as followed, ip 69.87.222.40 port 24091 raw text, unformatted, commands are sent with the x^ prefix so the server can execute any command given, for a list of commands send x^help to the server, for example:
net.SentText("x^help","UTF-8");