Fix new OnAdd/DeleteNetwork hooks for perl/python

(cherry picked from commit 2a7bc29fcc)
This commit is contained in:
Alexey Sokolov
2013-11-09 10:08:54 +04:00
parent 8deb283924
commit e391c4e266
6 changed files with 18 additions and 2 deletions
+2
View File
@@ -60,6 +60,8 @@ bool OnServerCapAvailable(const CString& sCap)=false
void OnServerCapResult(const CString& sCap, bool bSuccess)
EModRet OnTimerAutoJoin(CChan& Channel)
bool OnEmbeddedWebRequest(CWebSock& WebSock, const CString& sPageName, CTemplate& Tmpl)=false
EModRet OnAddNetwork(CIRCNetwork& Network, CString& sErrorRet)
EModRet OnDeleteNetwork(CIRCNetwork& Network)
EModRet OnAddUser(CUser& User, CString& sErrorRet)
EModRet OnDeleteUser(CUser& User)