Added module hooks for when the buffer is being played back

git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1494 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
prozacx
2009-04-22 21:48:58 +00:00
parent 924d5717cd
commit dd6c9a07f5
4 changed files with 35 additions and 3 deletions
+1
View File
@@ -280,6 +280,7 @@ void CUser::UserConnected(CClient* pClient) {
CString sBufLine;
while (m_QueryBuffer.GetNextLine(GetIRCNick().GetNick(), sBufLine)) {
MODULECALL(OnPrivBufferPlayLine(*pClient, sBufLine), this, NULL, continue);
pClient->PutClient(sBufLine);
}