From cccf28594cc5bcbe5025adb0d6c66af3b664426f Mon Sep 17 00:00:00 2001 From: brain Date: Fri, 16 Apr 2004 14:29:52 +0000 Subject: More SQUIT fixes git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@616 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/connection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/connection.cpp b/src/connection.cpp index da8974be3..9344b1621 100644 --- a/src/connection.cpp +++ b/src/connection.cpp @@ -354,7 +354,7 @@ bool connection::SendPacket(char *message, const char* host) } char buffer[MAXBUF]; snprintf(buffer,MAXBUF,"& %s",host); - NetSendToAllAlive(buffer); + NetSendToAllExcept(host,buffer); log(DEBUG,"There are no routes to %s, we're gonna boot the server off!",host); return false; } -- cgit v1.2.3