CIRCSock::ForwardRaw353(): use CMessage

This commit is contained in:
J-P Nurmi
2015-09-05 11:26:32 +02:00
parent 58fc0e91d7
commit 795ea45f69
3 changed files with 15 additions and 21 deletions

View File

@@ -397,7 +397,7 @@ private:
// 353 needs special treatment due to NAMESX and UHNAMES
if (bIsRaw353)
GetNetwork()->GetIRCSock()->ForwardRaw353(sLine, m_pDoing);
GetNetwork()->GetIRCSock()->ForwardRaw353(CMessage(sLine), m_pDoing);
else
m_pDoing->PutClient(sLine);