Typo, 'channels' -> 'channel'
This commit is contained in:
parent
47c2cbb0fa
commit
6177d5c984
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue