diff options
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 1fe9ae64..44d1b621 100644 --- a/modules/line_handler/__init__.py +++ b/modules/line_handler/__init__.py @@ -81,7 +81,7 @@ class Module(ModuleManager.BaseModule): # channel topic changed @utils.hook("raw.received.topic") def topic(self, event): - channels.topic(self.events, event) + channel.topic(self.events, event) # on-join channel topic set by/at @utils.hook("raw.received.333") |
