OnIRCConnecting(): Log abort-by-module

git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1652 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
psychon
2009-10-20 16:53:22 +00:00
parent 03f3e348e4
commit 3f493072b3
+1
View File
@@ -167,6 +167,7 @@ bool CZNC::ConnectUser(CUser *pUser) {
MODULECALL(OnIRCConnecting(pIRCSock), pUser, NULL,
DEBUG("Some module aborted the connection attempt");
pUser->PutStatus("Some module aborted the connection attempt");
ReleaseISpoof();
delete pIRCSock;
return false;