mirror of
https://github.com/znc/znc.git
synced 2026-05-07 22:04:46 +02:00
Add module hooks for raw client and server messages
This commit is contained in:
@@ -383,6 +383,12 @@ class Module:
|
||||
def OnDeleteNetwork(self, Network):
|
||||
pass
|
||||
|
||||
def OnSendToClient(self, sLine, Client):
|
||||
pass
|
||||
|
||||
def OnSendToIRC(self, sLine):
|
||||
pass
|
||||
|
||||
# Global modules
|
||||
def OnAddUser(self, User, sErrorRet):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user