djcas9 / komanda

The IRC Client For Developers
http://komanda.io
MIT License
1.78k stars 75 forks source link

Make the client send "/quit", when you close it. #163

Open ghost opened 10 years ago

ghost commented 10 years ago

When you click that shinny red button at the top left, it closes out the client causing something like this:

[04:26:59] * EvilOne (KindOne@50.96.228.36) Quit (Read error: Connection reset by peer)

So, make the client send a "/quit" message first, then exit, instead of just blindly cutting the connection on close.

This should help #162.