corral

shrugs

Aug 29th, 2016
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. var message=function(e,x){
  2. if(x.is_me){
  3. return;
  4. }
  5. if(x.message=="@topic"){
  6. $.ajax({
  7. type: "POST",
  8. data: {message:"/me" + room.description}
  9. });
  10. }
  11. else if(x.message=="shrugs"){
  12. $.ajax({
  13. type: "POST",
  14. data: {message:"/me ┐( ̄- ̄;)┌"}
  15. });
  16. }
  17. }
  18. $(window).on('room.chat.message',message);
Advertisement
Add Comment
Please, Sign In to add comment