summaryrefslogtreecommitdiff
path: root/src/userprocess.cpp
diff options
context:
space:
mode:
authorw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2007-06-08 09:57:20 +0000
committerw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2007-06-08 09:57:20 +0000
commitd5d025ad7cb951a183d6d9274fb00e9ad67ebe51 (patch)
treea1fa5003a819b445d79b81315d57f30b6c1a79a2 /src/userprocess.cpp
parent85094468911c43853ab3254fc4ad93e2ea7e678a (diff)
Make this message slightly more meaningful, as discussed in .coders a while back
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7252 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/userprocess.cpp')
-rw-r--r--src/userprocess.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/userprocess.cpp b/src/userprocess.cpp
index 52beeb0d5..ed372ab15 100644
--- a/src/userprocess.cpp
+++ b/src/userprocess.cpp
@@ -186,7 +186,7 @@ void InspIRCd::ProcessUser(userrec* cu)
}
else if (result == 0)
{
- cu->SetWriteError("Client exited");
+ cu->SetWriteError("Connection closed");
return;
}
}