be sure to enable readline

git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@346 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
imaginos
2005-05-19 00:37:28 +00:00
parent 68e34fcb7d
commit c3a191d885
+3
View File
@@ -1120,6 +1120,9 @@ Csock *CPerlSock::GetSockObj( const CS_STRING & sHostname, int iPort )
p->SetUsername( m_sUsername );
p->SetModuleName( m_sModuleName );
p->SetSockName( ZNCSOCK );
if ( HasReadLine() )
p->EnableReadLine();
return( p );
}