diff options
| author | 2019-02-22 11:27:31 +0000 | |
|---|---|---|
| committer | 2019-02-22 11:27:31 +0000 | |
| commit | 5cae86333b2945a541624d9648e9bb6cb234ba4e (patch) | |
| tree | b8ad1f18027cb2c1830b23390626dafba9c23a7a /modules/line_handler/__init__.py | |
| parent | `.on` doesn't take kwargs - `.call` does (diff) | |
| signature | ||
Typo, 'channels' -> 'channel'
Diffstat (limited to 'modules/line_handler/__init__.py')
| -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") |
