A minus Voice for bad words

By nutty on Mar 13, 2014

I know there is a lot of kickers out there for bad words.. but some people get tired of kicking or banning others.put the on code in remotes. Also have the room moderated. This code keeps the person from re entering the room and talking ... now I tested it old msn style rooms and it works great other areas of coding i have not been tested yet.

on *:TEXT:*fuck*:#:{
  mode # -v $nick 
}

on ^*:DEVOICE:*: { 
  set %specced. [ $+ [ $vnick ] ] $true 
} 

on *:JOIN:#:{ 
  if (%specced. [ $+ [ $nick ] ] == $true) { 
    owner 
    mode $comchan($nick,1) -v $nick 
    msg $chan S Comic\bSans\bMS;0 Leaving And Coming Back Don't Work $nick Heres Yer Glasses Back 8-|  
    deown 
  } 
} 
on *:VOICE:#:{ 
  if (%specced. [ $+ [ $nick ] ] == $nick) halt 
  else { 
    unset %specced. [ $+ [ $vnick ] ] $true 
  } 
} 

Comments

Sign in to comment.
Jethro   -  Mar 16, 2014

I can see quite a bit of fallacy in this code. People with knowledge in MSL may need to rework it a bit to make more foolproof. Anyway, good job and keep it up.

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.