mirror of
https://github.com/znc/znc.git
synced 2026-05-09 14:54:53 +02:00
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:
+1
-3
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user