Bad Nick Kick: Variant 1

By sukhbira on Mar 11, 2013

The bad Nickname Kicker requires two events to be effective. One is the on JOIN event to kick when a bad nickjoins the channel, the other is the on NICK event to kick when the person changes to a bad nick.

ON @*:JOIN:#: {
  IF (*sex* iswm $nick) {
    msg # 3 $nick 12 Your nick is inappropriate. Please change it in One minute by typing 4/nick newnick | timer 1 30 mode # +b $nick $+ !*@ | timer 1 30 /kick # $nick 4 Your nick is inappropriate. Please change it | 
  }
}
on *:NICK:{
  IF (fuck* isin $newnick) { 
    kick $chan($newnick,1) $newnick Your nick sucks. 
  }
}

Comments

Sign in to comment.
fahadmehar   -  Dec 05, 2016

Can we add more nicks? Like Cunt boobs pussy etc ?

 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.