corral

Untitled

Nov 15th, 2019
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. d=["tsubaki"]
  2. $(window).on('room.chat.message',function(event,chat){
  3. kero = chat.message.split(" ");
  4. ghost = [kero[0]];
  5. tomat = $(kero).not(ghost).get();
  6. sayn = tomat.join(" ");
  7.  
  8. if(d.includes(chat.from.name) === true){
  9. var blah = talks.from.id; blah.remove();
  10. }
  11. else if(room.host === chat.from.id && kero[0]=="!mute"){
  12. d.push(sayn);
  13. }
  14. });
Advertisement
Add Comment
Please, Sign In to add comment