mirror of
https://github.com/znc/znc.git
synced 2026-08-07 17:33:34 +02:00
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:
@@ -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 );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user