modpython: Remove some global module hooks which won't work

OnLoginAttempt
    OnClientCapLs
    OnGetAvailableMods
This commit is contained in:
Kyle Fuller
2012-02-28 15:51:16 +00:00
parent 5995fc530e
commit f4c2f911ae
2 changed files with 0 additions and 6 deletions
-3
View File
@@ -64,13 +64,10 @@ bool OnEmbeddedWebRequest(CWebSock& WebSock, const CString& sPageName, CTemplate
EModRet OnAddUser(CUser& User, CString& sErrorRet)
EModRet OnDeleteUser(CUser& User)
void OnClientConnect(CZNCSock* pSock, const CString& sHost, unsigned short uPort)
EModRet OnLoginAttempt(CSmartPtr<CAuthBase> Auth)
void OnFailedLogin(const CString& sUsername, const CString& sRemoteIP)
EModRet OnUnknownUserRaw(CClient* pClient, CString& sLine)
void OnClientCapLs(CClient* pClient, SCString& ssCaps)
bool IsClientCapSupported(CClient* pClient, const CString& sCap, bool bState)=false
void OnClientCapRequest(CClient* pClient, const CString& sCap, bool bState)
EModRet OnModuleLoading(const CString& sModName, const CString& sArgs, CModInfo::EModuleType eType, bool& bSuccess, CString& sRetMsg)
EModRet OnModuleUnloading(CModule* pModule, bool& bSuccess, CString& sRetMsg)
EModRet OnGetModInfo(CModInfo& ModInfo, const CString& sModule, bool& bSuccess, CString& sRetMsg)
void OnGetAvailableMods(set<CModInfo>& ssMods, CModInfo::EModuleType eType)