aboutsummaryrefslogtreecommitdiff
path: root/modules/line_handler
diff options
context:
space:
mode:
Diffstat (limited to 'modules/line_handler')
-rw-r--r--modules/line_handler/__init__.py2
1 files changed, 1 insertions, 1 deletions
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")