diff options
| author | 2004-04-16 15:23:47 +0000 | |
|---|---|---|
| committer | 2004-04-16 15:23:47 +0000 | |
| commit | bcedd14069ecbce7f2884afcf58b7371f3e7196f (patch) | |
| tree | b0dabda968747f88c644de1653fecf26b383c8dc /src/connection.cpp | |
| parent | More linkback fixes (diff) | |
| download | inspircd++-bcedd14069ecbce7f2884afcf58b7371f3e7196f.tar.gz inspircd++-bcedd14069ecbce7f2884afcf58b7371f3e7196f.tar.bz2 inspircd++-bcedd14069ecbce7f2884afcf58b7371f3e7196f.zip | |
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.cpp | 1 |
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; } |
