mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Merge branch '1.6.x'
This commit is contained in:
@@ -366,6 +366,7 @@ sub OnKick {}
|
||||
sub OnJoining {}
|
||||
sub OnJoin {}
|
||||
sub OnPart {}
|
||||
sub OnInvite {}
|
||||
sub OnChanBufferStarting {}
|
||||
sub OnChanBufferEnding {}
|
||||
sub OnChanBufferPlayLine {}
|
||||
|
||||
@@ -311,6 +311,9 @@ class Module:
|
||||
def OnPart(self, Nick, Channel, sMessage=None):
|
||||
pass
|
||||
|
||||
def OnInvite(self, Nick, sChan):
|
||||
pass
|
||||
|
||||
def OnChanBufferStarting(self, Chan, Client):
|
||||
pass
|
||||
|
||||
|
||||
Reference in New Issue
Block a user