aboutsummaryrefslogtreecommitdiff
path: root/modules/line_handler/__init__.py
diff options
context:
space:
mode:
authorGravatar jesopo2019-02-22 11:25:04 +0000
committerGravatar jesopo2019-02-22 11:25:04 +0000
commit6177d5c984543ea8f9e3e073f44575fb4cd3f809 (patch)
tree3b064314dc89fd2fd2a424bb383e54bad1dc2d4e /modules/line_handler/__init__.py
parentSplit line_handler.py out in to different files for different categories (diff)
signature
Typo, 'channels' -> 'channel'
Diffstat (limited to 'modules/line_handler/__init__.py')
-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")