diff --git a/protocols/hybrid.py b/protocols/hybrid.py index 89f6417..c9a4766 100644 --- a/protocols/hybrid.py +++ b/protocols/hybrid.py @@ -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