Blacklist
mIRC Code
+ 0 likes
Please Register to submit score.
| Average Score | 6.0 (of 3 scores) |
| Date Added | Nov 27, 2006 |
| Last Updated | Feb 19, 2007 |
| Tags | blacklist |
Introduction
To add to list type !addchan #channame To Remove type !delchan #channame To view if a channel is in the list type
!viewblist #channel To change the colors change the numbers located in the aliases at the top of the script if the number of the color is not double figured type for e.g 04 instead of 4
Enjoy !
mIRC Snippet:
Blacklist
Posted on Nov 27, 2006 3:48 pm
Posted on Nov 27, 2006 3:48 pm
I have added the missing -n switch to the writeini part now
mIRC Snippet:
Blacklist
Posted on Nov 28, 2006 2:14 am
Posted on Nov 28, 2006 2:14 am
a lot more time/effort could be put into this. one thing i did notice, was:
"if ($nick == Ccaveman84) {"
this should have been removed upon submitting; and a few other things, backslashes and such. it doesn't look bad. (quick glance)
"if ($nick == Ccaveman84) {"
this should have been removed upon submitting; and a few other things, backslashes and such. it doesn't look bad. (quick glance)
mIRC Snippet:
Blacklist
Posted on Nov 28, 2006 11:16 pm
Posted on Nov 28, 2006 11:16 pm
Lol thank you for pointing that out sean I completely forgot about that I have amended this now along with the slashes and thanks for the comment
and they were /forward slashes not \back slashes (He He) ;p
Please feel free to score me on this script
Thank you.
And hassan yes it is for a bot
and they were /forward slashes not \back slashes (He He) ;p
Please feel free to score me on this script
Thank you.
And hassan yes it is for a bot
mIRC Snippet:
Blacklist
Posted on Dec 8, 2006 4:46 pm
Posted on Dec 8, 2006 4:46 pm
this is a pretty nice black list but i would use -n with the ini staements as i have said before
mIRC Snippet:
Blacklist
Posted on Feb 19, 2007 6:46 pm
Posted on Feb 19, 2007 6:46 pm
Noticed a couple of errors and fixed them so this script will be working better now ^_^
mIRC Snippet:
Blacklist
Posted on May 20, 2007 5:53 pm
Posted on May 20, 2007 5:53 pm
i reccomend you add
alias blacklist {
/window -edolCk0 @Black_List -1 -1 200 200 | Black_List.Play}
incase someone blacklists themself and they cant rmeove it.
alias blacklist {
/window -edolCk0 @Black_List -1 -1 200 200 | Black_List.Play}
incase someone blacklists themself and they cant rmeove it.
mIRC Snippet:
Blacklist
Posted on Oct 8, 2007 1:53 am
Posted on Oct 8, 2007 1:53 am
I can't seen to firgure out how to add or remove
mIRC Snippet:
Blacklist
Posted on Dec 24, 2007 4:49 am
Posted on Dec 24, 2007 4:49 am
script works lovely for me just wat i was looking for, thankyou for posting this!!!!
nicola
nicola
mIRC Snippet:
Blacklist
Posted on Feb 1, 2008 9:48 pm
Posted on Feb 1, 2008 9:48 pm
No reason for a blacklist? and how are you suppose to know all the blacklisted channel?
mIRC Snippet:
Blacklist
Posted on Oct 1, 2008 8:42 pm
Posted on Oct 1, 2008 8:42 pm
A quick way to do this is instead of putting "yournick", set a variable... Like %blname (Your Name)
And then change everything from "yournick" to %blname
Then add in the description to do /blname (Your Name) so the script will work.
It makes things easier :]
And then change everything from "yournick" to %blname
| Code: |
| alias blname { set %blname $1 echo -a :: Your BlackList name has been set to $1 :: } |
Then add in the description to do /blname (Your Name) so the script will work.
It makes things easier :]






