Top

Blacklist


mIRC Code
+ 0 likes
Please Register to submit score.
Bookmark and Share
Average Score  6.3 (of 3 scores)
Date Added  Oct 23, 2004
Last Updated  Sep 04, 2008

Introduction

This is a BlackList snippet. It uses the /auser and /ruser commands to check who is in your BlackList. Usage: Right-Click a channel window and click "BlackList".

Grab the Code

dialog Blacklist {
  Title "§hádów §ç®ìþt Blacklist"
  size -1 -1 100 40
  option dbu
  button "Add",1, 5 7 25 15
  button "Delete",2, 35 7 25 15
  button "View List",3, 65 7 29 15
  button "Clear List",4, 28 25 40 10
}
on *:DIALOG:Blacklist:sclick:1:{
  /auser Blacklist $?="Enter a Nickname to be Added to Your BlackList"
  if ($address($!,2) != $null) { /write blacklist.txt $! - $address($!,2) | echo 4 -a $! with the address of $address($!,2) added to your Blacklist! }
  else { /write blacklist.txt $! | echo 4 -a $! was added to your Blacklist (With NO Address) }
}
on *:DIALOG:blacklist:sclick:2:{
  /ruser Blacklist $?="Enter a Nickname to be Deleted from Your BlackList"
  /write -ds $+ $! blacklist.txt | echo 4 -a $! Deleted from Your BlackList 
}
on *:DIALOG:blacklist:sclick:3:{
  /run blacklist.txt
}
on *:DIALOG:blacklist:sclick:4:{
  /remove blacklist.txt
  /echo 2 -a The Blacklist.txt File has been Removed! Note that the "View List" button won't work unless you "Add" another user!!
}
alias bl {
  dialog -m Blacklist Blacklist
}
on blacklist:JOIN:#:{ if ($me isop #) { ban -u1200 # $address($nick,2) | kick $chan $nick 4,1¤14,1Y15ou 14,1H15ave 14,1B15een 14,1B15lacklisted 14,1B15y14 $me $+ ! 4,1¤ } 
}
menu status,channel {
  BlackList:/bl
}
 

Comments

  (6)  RSS
LilDice
Comments: 2
 
mIRC Snippet:  Blacklist
Posted on Nov 2, 2004 10:20 pm
Its good but why dont you just put it under one ON *Dialog instead of have all those other ones
Vortex
Comments: 59
 
mIRC Snippet:  Blacklist
Posted on Jul 19, 2005 6:51 pm
...It's alright, I have seen better before though.
Calzo
Comments: 13
 
mIRC Snippet:  Blacklist
Posted on Jul 2, 2007 6:08 pm
atleast it works
Joshuaxiong1
Comments: 127
 
mIRC Snippet:  Blacklist
Posted on Oct 8, 2007 2:04 am
Nice blicklist other then the other one. Good Job!
Joshuaxiong1
Comments: 127
 
mIRC Snippet:  Blacklist
Posted on Oct 8, 2007 2:24 am
Seconds best blacklist I have found although there's no reason added to it.
Eugenio
Comments: 1,193
 
mIRC Snippet:  Blacklist
Posted on Mar 3, 2008 5:38 pm
meh its better than some on here ! i wish i hadnt got rid of my other one now =[

Commenting Options

Register or Login to Hawkee.com or use your Facebook or Twitter account by clicking the corresponding button below.

  
Bottom