global ban

By `[-Alex-] on Oct 14, 2007

this snippet bans/unbans nicks and bans/unbans chans (~c:#chan),right click anywhere on the screen and go to globan ban and the rest is simple

Hope you enjoy :)

Comments

Sign in to comment.
Dark_Energy   -  Nov 06, 2008

not sure this is working.....all I got was " End of Ban List" when I tried it, but the nick that was banned did not show up on the list. Actually, there were none listed at all.

 Respond  
xplo   -  Nov 06, 2008

Too Big For nothing..

menu nicklist { 
  $iif($me isop $chan,Blacklist) 
  .Add:/auser BLACKLIST $address($$1,1) | kick # $$1 You Are Banned | ban # $address($$1,1)
}
menu channel {
  Blacklist
  .List:/ulist BLACKLIST
  .Add-Manual:/auser BLACKLIST $$?="Enter A host like this one -> *!*host@host.com"
  .Del:/ruser BLACKLIST $$?="Enter A host From Listing like this -> *!*host@host.com"
}
on blacklist:JOIN:#:{ 
  if ($me isop #) { 
    mode # -o $nick | ban -k # $address($nick,1) You Are Banned
    } else {
    .msg x ban # $address($nick,1) You Are Banned
  }
}

small Efficient and Using mIRC's internal user list.

 Respond  
Dark_Energy   -  Nov 06, 2008

can this be used by anyone, or does one have to be an Op ?

 Respond  
Bullet_Dodger   -  Oct 12, 2008

Very Good Script Mate

10/10+like

 Respond  
`[-Alex-]   -  Oct 14, 2007

feel free to comment :D

 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.