Typo, 'channels' -> 'channel'

This commit is contained in:
jesopo 2019-02-22 11:27:31 +00:00
parent 2b430839f9
commit 5cae86333b

View file

@ -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")