1
0
mirror of https://github.com/osmarks/ngircd.git synced 2025-09-09 13:56:01 +00:00

Fix Handling of quit messages: always send only one QUIT message.

This commit is contained in:
Florian Westphal
2005-06-04 11:53:24 +00:00
parent ae98008c1c
commit 517321807e
2 changed files with 6 additions and 3 deletions

View File

@@ -11,6 +11,8 @@
ngIRCd CVSHEAD
- Fix handling of QUIT Messages: send only one message, even if client
is member of multiple channels.
- Don't exit server if closing of a socket fails; instead ignore it and
pray that this will be "the right thing" ...
- Implemented the IRC function "WHOWAS".
@@ -601,4 +603,4 @@ ngIRCd 0.0.1, 31.12.2001
--
$Id: ChangeLog,v 1.271 2005/05/22 23:55:57 alex Exp $
$Id: ChangeLog,v 1.272 2005/06/04 11:53:24 fw Exp $