diff options
| author | 2019-02-22 11:25:04 +0000 | |
|---|---|---|
| committer | 2019-02-22 11:25:04 +0000 | |
| commit | 6177d5c984543ea8f9e3e073f44575fb4cd3f809 (patch) | |
| tree | 3b064314dc89fd2fd2a424bb383e54bad1dc2d4e /modules/line_handler | |
| parent | Split line_handler.py out in to different files for different categories (diff) | |
| signature | ||
Typo, 'channels' -> 'channel'
Diffstat (limited to 'modules/line_handler')
| -rw-r--r-- | modules/line_handler/__init__.py | 2 |
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") |
