summaryrefslogtreecommitdiff
path: root/src/connection.cpp
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2004-04-16 15:23:47 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2004-04-16 15:23:47 +0000
commitbcedd14069ecbce7f2884afcf58b7371f3e7196f (patch)
treeb0dabda968747f88c644de1653fecf26b383c8dc /src/connection.cpp
parent1f5b0f550c7d1ba4693022c51ee5a021e90f70b1 (diff)
Fixed some SQUIT stuff
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@621 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/connection.cpp')
-rw-r--r--src/connection.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/connection.cpp b/src/connection.cpp
index 20695e873..514897ecb 100644
--- a/src/connection.cpp
+++ b/src/connection.cpp
@@ -364,6 +364,7 @@ bool connection::SendPacket(char *message, const char* host)
snprintf(buffer,MAXBUF,"& %s",host);
NetSendToAllExcept(host,buffer);
log(DEBUG,"There are no routes to %s, we're gonna boot the server off!",host);
+ DoSplit(host);
return false;
}