Kick-Ban

By vSkyzv on Dec 06, 2008

This script will kick and then ban users. For increased effectiveness, their ban protections will be removed and will be re-kicked if they rejoin before being banned.

Instructions:
1) Right Click on User's Name in the Nicklist
2) Goto Control
3) Click on Kick, Ban

menu nicklist {
  Control
  .Kick, Ban {
    mode $chan -ee $1 $address($1,2)
    kick $chan $1
    mode $chan +bb $1 $address($1,2)
    timer 1 2 $iif($1 isin $chan,/kick $chan $nick,/halt)
  }
}

Comments

Sign in to comment.
napa182   -  Dec 07, 2008

you could clean it up abit

menu nicklist {
  .Control
  ..Kick Ban:{ if ($nick(#,$me,oh)) { mode # -ee $$1 $address($$1,2) | ban -k # $$1 2 Enjoy The Kick } }
}
 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.