mirror of
https://github.com/znc/znc.git
synced 2026-05-05 13:02:31 +02:00
Add the OnIRCConnectionError(CIRCSock *pIRCSock) module hook
This commit is contained in:
@@ -139,6 +139,7 @@ class Module:
|
||||
def OnIRCDisconnected(self): pass
|
||||
def OnIRCConnected(self): pass
|
||||
def OnIRCConnecting(self, IRCSock): pass
|
||||
def OnIRCConnectionError(self, IRCSock): pass
|
||||
def OnIRCRegistration(self, sPass, sNick, sIdent, sRealName): pass
|
||||
def OnBroadcast(self, sMessage): pass
|
||||
def OnConfigLine(self, sName, sValue, pUser, pChan): pass
|
||||
|
||||
Reference in New Issue
Block a user