CClient::PutIRC(): Use CUser::PutIRC()

This won't save the world, but it won't destroy it either. ;)


git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1726 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
psychon
2010-01-28 19:46:06 +00:00
parent 7dce4dc915
commit bd89c85e9e
+1 -3
View File
@@ -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) {