pass from_self through message/notice/tagmsg vents

This commit is contained in:
jesopo 2019-06-20 20:09:06 +01:00
parent ac19b766bc
commit 436baf40fb

View file

@ -60,7 +60,7 @@ def message(events, event):
kwargs = {"server": event["server"], "target": target_obj,
"target_str": target_str, "user": user, "tags": event["tags"],
"is_channel": is_channel}
"is_channel": is_channel, "from_self": from_self}
action = False