Advertisement
corral

test

Jan 28th, 2019
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1.  
  2. $(window).on('room.chat.join',function(event,joined){
  3.  
  4. $.post("#",{message:"/me stupid" + joined.user.name});
  5.  
  6. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement