Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- var message=function(e,x){
- if(x.is_me){
- return;
- }
- if(x.message=="@topic"){
- $.ajax({
- type: "POST",
- data: {message:"/me" + room.description}
- });
- }
- else if(x.message=="shrugs"){
- $.ajax({
- type: "POST",
- data: {message:"/me ┐( ̄- ̄;)┌"}
- });
- }
- }
- $(window).on('room.chat.message',message);
Advertisement
Add Comment
Please, Sign In to add comment