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:
parent
80b659a940
commit
59809e1530
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user