Upgrading to CZNC::Get()

git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@507 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
prozacx
2005-09-19 02:27:39 +00:00
parent d6351cc17b
commit ba951747f9
3 changed files with 12 additions and 14 deletions
+1 -1
View File
@@ -154,7 +154,7 @@ int CZNC::Loop() {
pUserSock->PutStatus("Attempting to connect to [" + pServer->GetName() + ":" + CString::ToString(pServer->GetPort()) + "] ...");
}
pIRCSock = new CIRCSock(this, pUser);
pIRCSock = new CIRCSock(pUser);
pIRCSock->SetPass(pServer->GetPass());
bool bSSL = false;