From 3dbae3b7446c5e018a725f05cf48f41466ec8db9 Mon Sep 17 00:00:00 2001 From: James Lu Date: Fri, 8 Apr 2016 20:36:14 -0700 Subject: [PATCH] hybrid: fix EOB handler name --- protocols/hybrid.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocols/hybrid.py b/protocols/hybrid.py index 53237d8..6ada002 100644 --- a/protocols/hybrid.py +++ b/protocols/hybrid.py @@ -213,7 +213,7 @@ class HybridProtocol(TS6Protocol): self.irc.channels[channel].topicset = True return {'channel': channel, 'setter': setter, 'ts': ts, 'text': topic} - def handle_endburst(self, numeric, command, args): + def handle_eob(self, numeric, command, args): log.debug('(%s) end of burst received', self.irc.name) return {}