Try to restaure frm_owner flag
This commit is contained in:
parent
e8809b77d2
commit
b6945cf81c
3 changed files with 9 additions and 4 deletions
|
|
@ -150,7 +150,8 @@ class IRC(Abstract):
|
|||
"date": self.tags["time"],
|
||||
"to": receivers,
|
||||
"to_response": [r if r != srv.nick else self.nick for r in receivers],
|
||||
"frm": self.nick
|
||||
"frm": self.nick,
|
||||
"frm_owner": self.nick == srv.owner
|
||||
}
|
||||
|
||||
# If CTCP, remove 0x01
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue