Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- d=["tsubaki"]
- $(window).on('room.chat.message',function(event,chat){
- kero = chat.message.split(" ");
- ghost = [kero[0]];
- tomat = $(kero).not(ghost).get();
- sayn = tomat.join(" ");
- if(d.includes(chat.from.name) === true){
- var blah = talks.from.id; blah.remove();
- }
- else if(room.host === chat.from.id && kero[0]=="!mute"){
- d.push(sayn);
- }
- });
Advertisement
Add Comment
Please, Sign In to add comment