From d55d9595545f5d59002d48f4fe733c142fdd65fe Mon Sep 17 00:00:00 2001 From: psychon Date: Tue, 20 Oct 2009 16:53:22 +0000 Subject: [PATCH] OnIRCConnecting(): Log abort-by-module git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1652 726aef4b-f618-498e-8847-2d620e286838 --- znc.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/znc.cpp b/znc.cpp index 54ef1cdd..2d71a331 100644 --- a/znc.cpp +++ b/znc.cpp @@ -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;