mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-24 03:29:28 +01:00
hybrid: Dispatch ENDBURST so it can be caught by plugins
This commit is contained in:
parent
80b659a940
commit
59809e1530
@ -453,6 +453,7 @@ class HybridProtocol(TS6BaseProtocol):
|
|||||||
|
|
||||||
def handle_endburst(self, numeric, command, args):
|
def handle_endburst(self, numeric, command, args):
|
||||||
log.debug('(%s) end of burst received', self.irc.name)
|
log.debug('(%s) end of burst received', self.irc.name)
|
||||||
|
return {}
|
||||||
|
|
||||||
# empty handlers
|
# empty handlers
|
||||||
# TODO: there's a better way to do this
|
# TODO: there's a better way to do this
|
||||||
|
Loading…
Reference in New Issue
Block a user