mirror of
https://github.com/znc/znc.git
synced 2026-05-08 14:24:45 +02:00
Fix new OnAdd/DeleteNetwork hooks for perl/python
This commit is contained in:
@@ -377,6 +377,12 @@ class Module:
|
||||
def OnEmbeddedWebRequest(self, WebSock, sPageName, Tmpl):
|
||||
pass
|
||||
|
||||
def OnAddNetwork(self, Network, sErrorRet):
|
||||
pass
|
||||
|
||||
def OnDeleteNetwork(self, Network):
|
||||
pass
|
||||
|
||||
# Global modules
|
||||
def OnAddUser(self, User, sErrorRet):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user