mirror of
https://github.com/znc/znc.git
synced 2026-05-08 06:14:40 +02:00
Fix new OnAdd/DeleteNetwork hooks for perl/python
(cherry picked from commit 2a7bc29fcc)
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