pass from_self through message/notice/tagmsg vents
This commit is contained in:
parent
ac19b766bc
commit
436baf40fb
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ def message(events, event):
|
||||||
|
|
||||||
kwargs = {"server": event["server"], "target": target_obj,
|
kwargs = {"server": event["server"], "target": target_obj,
|
||||||
"target_str": target_str, "user": user, "tags": event["tags"],
|
"target_str": target_str, "user": user, "tags": event["tags"],
|
||||||
"is_channel": is_channel}
|
"is_channel": is_channel, "from_self": from_self}
|
||||||
|
|
||||||
action = False
|
action = False
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue