|****************************************|
|	  	Problem			 |
|    PURE Internet Relay Chat daemon	 |
| Created by Dilligent on 1/6/2003 12:21 |
|       PURE can be obtained from	 |
|   http://dillerthekiller.free.fr/pure	 |
******************************************

mIRC *probably* sometimes makes it to send the quit message before it closes
its socket but it does that all too fast and it's going the wrong way round.
The client is to send a quit message which is confirmed with an
"ERROR :Closing Link: Exit: <quit message>" command from the server which then disconnects the client.
the way mIRC and probably a few others do it is WRONG because they disconnect and don't let the ircd
enough time to recieve a quit message. the server then just propagates a "Client Exited" quit message.