mirror of
https://github.com/znc/znc.git
synced 2026-04-30 18:42:25 +02:00
Move extended-join test to integration test
Fix build of modperl/modpython
This commit is contained in:
@@ -138,6 +138,8 @@ class ZNC_EXPORT_LIB_EXPORT CPyModule : public CModule {
|
||||
bool OnServerCapAvailable(const CString& sCap) override;
|
||||
bool OnServerCap302Available(const CString& sCap, const CString& sValue) override;
|
||||
void OnServerCapResult(const CString& sCap, bool bSuccess) override;
|
||||
void OnClientAttached() override;
|
||||
void OnClientDetached() override;
|
||||
EModRet OnTimerAutoJoin(CChan& Channel) override;
|
||||
bool OnEmbeddedWebRequest(CWebSock&, const CString&, CTemplate&) override;
|
||||
EModRet OnAddNetwork(CIRCNetwork& Network, CString& sErrorRet) override;
|
||||
|
||||
Reference in New Issue
Block a user