Modpython: support OnLoginAttempt.

So python part of #98 is completed.
This commit is contained in:
Alexey Sokolov
2012-07-28 11:31:36 +07:00
parent f988630ac8
commit ff755b8812
4 changed files with 7 additions and 1 deletions

View File

@@ -73,3 +73,4 @@ 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)
EModRet OnLoginAttempt(CSmartPtr<CAuthBase> Auth)