diff --git a/modules/line_handler/__init__.py b/modules/line_handler/__init__.py index ef4e617b..1fe9ae64 100644 --- a/modules/line_handler/__init__.py +++ b/modules/line_handler/__init__.py @@ -76,7 +76,7 @@ class Module(ModuleManager.BaseModule): # on-join channel topic line @utils.hook("raw.received.332") def handle_332(self, event): - channels.handle_332(self.events, event) + channel.handle_332(self.events, event) # channel topic changed @utils.hook("raw.received.topic")