Edit TODO show msg server when client use <ctrl+c>

When 1 client is interrupted with <ctrl+c>, the server do not print the
disconnect message.
This commit is contained in:
Fred Z 2018-02-28 10:54:49 +01:00
parent 29634fdec4
commit 19271c5995
1 changed files with 1 additions and 1 deletions

View File

@ -3,8 +3,8 @@
- [x] ~~server crash when a client quit~~
- [x] ~~clean client exit with <ctrl-c>~~
- [x] ~~clean server exit with <ctrl-c>~~
- [ ] showing message on server when client disconnect
- [x] ~~broadcasting messages to all client connected~~
- [ ] show message on server when client use <ctrl+c>
- [ ] sending welcome message only at 1st client connection
- [ ] asking/using client-nickname
- [ ] client freeze when sending empty string or spaces