Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- var x = "";
- $(window).on('room.chat.message',function(event,chat){message(chat);});
- function message(x){
- if(x.from.id!=profile.id&&(x.message=="shrugs")){
- $.ajax({
- type: "POST",
- data: {message:"/me ┐( ̄- ̄;)┌"}
- });
- };
- }
Add Comment
Please, Sign In to add comment