3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-11-01 09:19:23 +01:00

hybrid: Dispatch ENDBURST so it can be caught by plugins

This commit is contained in:
Daniel Oaks 2016-04-07 22:29:15 +10:00
parent 80b659a940
commit 59809e1530

View File

@ -453,6 +453,7 @@ class HybridProtocol(TS6BaseProtocol):
def handle_endburst(self, numeric, command, args):
log.debug('(%s) end of burst received', self.irc.name)
return {}
# empty handlers
# TODO: there's a better way to do this