Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- for(var id in channel.data.bannedUsersByAuthId){channel.socket.emit("unbanUser",id)}
- pour deban
- pour unmod
- for(var i =0; i < channel.data.users.length; i ++){
- if(channel.data.users[i].role === 'moderator'){
- channel.socket.emit("unmodUser", channel.data.users[i].authId)
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement