mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Fix regression of 1.6.4 which caused crash in modperl/modpython.
See #1283
This commit is contained in:
@@ -340,6 +340,7 @@ sub OnKick {}
|
||||
sub OnJoining {}
|
||||
sub OnJoin {}
|
||||
sub OnPart {}
|
||||
sub OnInvite {}
|
||||
sub OnChanBufferStarting {}
|
||||
sub OnChanBufferEnding {}
|
||||
sub OnChanBufferPlayLine {}
|
||||
|
||||
@@ -291,6 +291,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