Use new IRCChannel/IRCUser send_tagmsg in message_tracking.py
This commit is contained in:
parent
8b54046ca4
commit
ed4643b15d
1 changed files with 1 additions and 1 deletions
|
@ -14,4 +14,4 @@ class Module(ModuleManager.BaseModule):
|
|||
target = event.get("channel", event["user"])
|
||||
msgid = event["tags"][MSGID_TAG]
|
||||
tags = {DELIVERED_TAG: msgid, READ_TAG: msgid}
|
||||
event["server"].send_tagmsg(target.name, tags)
|
||||
target.send_tagmsg(tags)
|
||||
|
|
Loading…
Reference in a new issue