PythonChat Welcome! Simple Python Chat using Socket and Threading. Commands /help: Displays all available commands. /list: Shows the list of people connected to the server and the list of created channels. /create : Creates a channel. /join : Joins a channel. /msg : To privately message a person. /remove : To delete a channel and eject its members to the general channel. /kick : To kick someone from a channel to the general channel. /quit : To quit a channel to the general channel. /exit: To exit the chat program.