Renamed CIRCSock::PutServ() to CIRCSock::PutIRC()

git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@585 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
prozacx
2005-10-15 05:12:18 +00:00
parent 712d40065a
commit 130b85cf35
4 changed files with 30 additions and 30 deletions
+1 -1
View File
@@ -715,7 +715,7 @@ bool CUser::PutIRC(const CString& sLine) {
return false;
}
pIRCSock->PutServ(sLine);
pIRCSock->PutIRC(sLine);
return true;
}