Support OnClientCapLs in modpython #98

This commit is contained in:
Alexey Sokolov
2012-07-28 01:37:58 +07:00
parent 592b5d158d
commit 219e6a97ce
4 changed files with 5 additions and 1 deletions
+1
View File
@@ -72,3 +72,4 @@ EModRet OnModuleLoading(const CString& sModName, const CString& sArgs, CModInfo:
EModRet OnModuleUnloading(CModule* pModule, bool& bSuccess, CString& sRetMsg)
EModRet OnGetModInfo(CModInfo& ModInfo, const CString& sModule, bool& bSuccess, CString& sRetMsg)
void OnGetAvailableMods(std::set<CModInfo>& ssMods, CModInfo::EModuleType eType)
void OnClientCapLs(CClient* pClient, SCString& ssCaps)