Check our own (echoed) msgids
This commit is contained in:
parent
1f2817c366
commit
42f56a3309
1 changed files with 3 additions and 0 deletions
|
@ -9,8 +9,11 @@ class Module(ModuleManager.BaseModule):
|
|||
channel.set_setting("last-msgid", msgid)
|
||||
|
||||
@utils.hook("received.message.channel")
|
||||
@utils.hook("send.message.channel")
|
||||
@utils.hook("received.notice.channel")
|
||||
@utils.hook("send.notice.channel")
|
||||
@utils.hook("received.tagmsg.channel")
|
||||
@utils.hook("send.tagmsg.channel")
|
||||
def on_channel(self, event):
|
||||
self._on_channel(event["channel"], event["tags"])
|
||||
|
||||
|
|
Loading…
Reference in a new issue