YassSoliman / chatroom-project

A chatroom made using socket.io
https://practical-chatroom.herokuapp.com/
0 stars 0 forks source link

Add support for nicknames #2

Open YassSoliman opened 6 years ago

YassSoliman commented 6 years ago

Added custom colors for nicknames.

Next need to add a function where users can change their nickname whenever they choose to

YassSoliman commented 6 years ago

Added nickname change function

Next could add a whois command to check the true identity behind a certain username, could return id or past username for clarity