mirror of
https://github.com/znc/znc.git
synced 2026-08-04 07:53:39 +02:00
Properly show if we are connecting to a ssl server
Idea by DarthGandalf, crappy commit message by me. git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@2078 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
@@ -144,8 +144,8 @@ bool CZNC::ConnectUser(CUser *pUser) {
|
||||
|
||||
m_sConnectThrottle.AddItem(pServer->GetName());
|
||||
|
||||
DEBUG("User [" << pUser->GetUserName() << "] is connecting to [" << pServer->GetName() << " " << pServer->GetPort() << "] ...");
|
||||
pUser->PutStatus("Attempting to connect to [" + pServer->GetName() + " " + CString(pServer->GetPort()) + "] ...");
|
||||
DEBUG("User [" << pUser->GetUserName() << "] is connecting to [" << pServer->GetString(false) << "] ...");
|
||||
pUser->PutStatus("Attempting to connect to [" + pServer->GetString(false) + "] ...");
|
||||
|
||||
pIRCSock = new CIRCSock(pUser);
|
||||
pIRCSock->SetPass(pServer->GetPass());
|
||||
|
||||
Reference in New Issue
Block a user