mirror of
https://github.com/znc/znc.git
synced 2026-05-02 03:22:33 +02:00
CIRCSock::ForwardRaw353(): use CMessage
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user