Advertisement
AEAEAEAEarray

copy everyone

Sep 15th, 2021
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. MPP.client.on('a', msg => {
  2.     if (msg.a && msg.p._id != MPP.client.getOwnParticipant().id) {
  3.         MPP.chat.send(msg.a.substring(0));
  4.     }
  5. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement