mirror of
https://github.com/znc/znc.git
synced 2026-08-06 17:03:14 +02:00
Move extended-join test to integration test
Fix build of modperl/modpython
This commit is contained in:
@@ -413,6 +413,12 @@ class Module:
|
||||
def OnServerCap302Available(self, sCap, sValue):
|
||||
return self.OnServerCapAvailable(sCap)
|
||||
|
||||
def OnClientAttached(self):
|
||||
pass
|
||||
|
||||
def OnClientDetached(self):
|
||||
pass
|
||||
|
||||
def OnServerCapResult(self, sCap, bSuccess):
|
||||
pass
|
||||
|
||||
|
||||
Reference in New Issue
Block a user