We want to start supporting a new chat system command /who so that when the user send this command in the chat. The server will reply back with the user information. As first implementation consider to return the user name, look at the example below:
Request:
Response
"You are logged in as Joe"
We want to start supporting a new chat system command
/whoso that when the user send this command in the chat. The server will reply back with the user information. As first implementation consider to return the user name, look at the example below:Request:
Response