forked from MarseyWorld/MarseyWorld
message -> chat
parent
20b3abe411
commit
8299177283
|
@ -315,8 +315,8 @@ def messagereply(v):
|
|||
)
|
||||
g.db.add(c)
|
||||
g.db.flush()
|
||||
execute_blackjack(v, c, c.body_html, 'message')
|
||||
execute_under_siege(v, c, c.body_html, 'message')
|
||||
execute_blackjack(v, c, c.body_html, 'chat')
|
||||
execute_under_siege(v, c, c.body_html, 'chat')
|
||||
|
||||
if user_id and user_id not in {v.id, MODMAIL_ID} | BOT_IDs:
|
||||
if can_see(user, v):
|
||||
|
|
Loading…
Reference in New Issue