mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Fix for previous commit.
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@2217 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
@@ -153,7 +153,7 @@ class Module:
|
|||||||
def OnNick(self, Nick, sNewNick, vChans): pass
|
def OnNick(self, Nick, sNewNick, vChans): pass
|
||||||
def OnKick(self, OpNick, sKickedNick, Channel, sMessage): pass
|
def OnKick(self, OpNick, sKickedNick, Channel, sMessage): pass
|
||||||
def OnJoin(self, Nick, Channel): pass
|
def OnJoin(self, Nick, Channel): pass
|
||||||
def OnPart(self, Nick, Channel): pass
|
def OnPart(self, Nick, Channel, sMessage=None): pass
|
||||||
def OnChanBufferStarting(self, Chan, Client): pass
|
def OnChanBufferStarting(self, Chan, Client): pass
|
||||||
def OnChanBufferEnding(self, Chan, Client): pass
|
def OnChanBufferEnding(self, Chan, Client): pass
|
||||||
def OnChanBufferPlayLine(self, Chan, Client, sLine): pass
|
def OnChanBufferPlayLine(self, Chan, Client, sLine): pass
|
||||||
|
|||||||
Reference in New Issue
Block a user