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