[~Blacklist~]

By Pri'sBaby on Oct 24, 2004

if ya dont like sum1, just right click there name and black list em!
go to the bit where it says [~Blacklist~] And It Will Say BlackList Name
OR
Remove BlackList Name
Just Chose The One U wanna Do heh
Remeber: The Deop Part Will only work if you are on the aop list or above.

Menu Nicklist {
  [~BlackList~]
  .BlackList $1://auser Blacklist $address($1,2) | //echo You Have Added $Address( $+ $1 $+ ,2) ( $+ $1 $+ ) To The Blacklist!
  .Remove Blacklist $1://ruser Blacklist $address($1,2) | //echo You Have Removed $address( $+ $1 $+ ,2) ( $+ $1 $+ ) From The Blacklist!
}
on BLacklist:Join:*: {
  if ($me !isop $chan) { HALT }
  //mode # -o $nick
  //mode # +b $nick
  //mode # +b $address($nick,2)
  //mode # -o $nick
  //kick # $nick
  //mode # +e $address($me,2)
}
on *:rawmode:*: {
  if ($address($me,2) isin $2) && (- isin $1) && (e isin $1) && ($me isop $chan) {
    //mode $chan +e $address($me,2)
  }
  if ($address($me,2) isin $2) && (- isin $1) && (e isin $1) && ($me ishelp $chan) {
    //mode $chan +e $address($me,2)
  }
}
on *:deop:#: {
  if ($nick == $opnick) { HALT }
  if ($opnick == $me) {
    /raw Chanserv op #
    //raw Chanserv Ban # $nick
  }
}

Comments

Sign in to comment.
MylesMiz   -  Apr 03, 2007

it doesnt work

 Respond  
vampslim   -  Mar 29, 2006

k

 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.