Merge branch '1.6.x'

This commit is contained in:
Alexey Sokolov
2016-07-31 10:37:38 +01:00
4 changed files with 4 additions and 0 deletions

View File

@@ -102,6 +102,7 @@ class ZNC_EXPORT_LIB_EXPORT CPyModule : public CModule {
void OnJoin(const CNick& Nick, CChan& Channel) override;
void OnPart(const CNick& Nick, CChan& Channel,
const CString& sMessage) override;
void EModRet OnInvite(const CNick& Nick, const CString& sChan) override;
EModRet OnChanBufferStarting(CChan& Chan, CClient& Client) override;
EModRet OnChanBufferEnding(CChan& Chan, CClient& Client) override;
EModRet OnChanBufferPlayLine(CChan& Chan, CClient& Client,