corral

shrugs2

Aug 29th, 2016
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1.  
  2. var x = "";
  3. $(window).on('room.chat.message',function(event,chat){message(chat);});
  4. function message(x){
  5. if(x.from.id!=profile.id&&(x.message=="shrugs")){
  6. $.ajax({
  7. type: "POST",
  8. data: {message:"/me ┐( ̄- ̄;)┌"}
  9. });
  10. };
  11. }
Add Comment
Please, Sign In to add comment