Merge branch '1.6.x'

This commit is contained in:
Alexey Sokolov
2017-02-19 10:33:01 +00:00
2 changed files with 4 additions and 0 deletions

View File

@@ -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