Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- MPP.client.on('a', msg => {
- if (msg.a && msg.p._id != MPP.client.getOwnParticipant().id) {
- MPP.chat.send(msg.a.substring(0));
- }
- })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement