Jethro commented on a Page, Ident Based kick/ban upon joining  -  Nov 22, 2009

p0tat3rs, you can save yourself an if statement for your join event:

ON @1:JOIN:#: {
  if ($BadIdentCheck($GetIdent($nick)) == $true) {
    kick # $nick bad ident
    mode # +b $+(*!,$GetIdent($nick),@*)
  }
}

The @ by the join event will take care of $nick != $me and $me isop $chan

 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.