diff --git a/Client.cpp b/Client.cpp index 4943025a..6036b3f7 100644 --- a/Client.cpp +++ b/Client.cpp @@ -739,9 +739,7 @@ void CClient::BouncedOff() { } void CClient::PutIRC(const CString& sLine) { - if (GetIRCSock()) { - GetIRCSock()->PutIRC(sLine); - } + m_pUser->PutIRC(sLine); } void CClient::PutClient(const CString& sLine) {