Home
About
Download
Register
News
Help
Register
Log In
Forums
Scripts & Popups
Kick list (black list)
Forums
Active Threads
Search
Who's Online
Help
Print Thread
Kick list (black list)
#
161969
13/10/06
08:24 AM
L
learn3r
learn3r
L
how do you write this?
on *:join:%chan: {
nick is kicklisted saved from a .txt its ip or host
scan channel
kick # $nick blacklisted
}
Copy Link to Clipboard
Re: Kick list (black list)
#
161970
13/10/06
12:15 PM
H
HaleyJ
HaleyJ
H
Read this post
Blacklist request
Copy Link to Clipboard
Re: Kick list (black list)
#
161971
14/10/06
02:48 AM
L
learn3r
learn3r
L
slow...
my co-op's always kick the blacklisted ip first
before me i think they're using raw kicks
isn't there any codes for raw kick blacklist?
so that it'll be faster and neater
Copy Link to Clipboard
Re: Kick list (black list)
#
161972
14/10/06
05:13 AM
D
deegee
deegee
D
Ask them for a copy of theirs
Copy Link to Clipboard
Re: Kick list (black list)
#
161973
14/10/06
06:35 PM
L
learn3r
learn3r
L
that's why i posted my request sorry for not asking
i thought its clear enough
Copy Link to Clipboard
Re: Kick list (black list)
#
161974
14/10/06
08:38 PM
M
MikeChat
MikeChat
M
do you expect to have a lot of addresses in that list?
Copy Link to Clipboard
Re: Kick list (black list)
#
161975
15/10/06
03:19 AM
L
learn3r
learn3r
L
lets say set to
and not on a file
just the nicks
%blacklisted nick,nick,nick,nick,nick,nick
just a protection from a masskicker and blacklisted etc.
thank you
Copy Link to Clipboard
Re: Kick list (black list)
#
161976
15/10/06
03:22 AM
D
deegee
deegee
D
My reply was also clear.
Quote:
Quote:
slow...
my co-op's always kick the blacklisted ip first
Ask
them
for a copy of theirs
If you ask (your co-ops) for the script (your co-ops) use., then you would have the same script as they do, therefore in theory the same speed.
Copy Link to Clipboard
Re: Kick list (black list)
#
161977
15/10/06
03:25 AM
D
deegee
deegee
D
Quote:
ets say set to
and not on a file
just the nicks
%blacklisted nick,nick,nick,nick,nick,nick
Code:
on @*:join:#:{ if $istok(%blacklisted,$nick,44) { ban -k # $nick 2 } }
Copy Link to Clipboard
Hop To
News and Discussions ------
Latest News
General Discussion
Support ------
mIRC Help
Connection Issues
Scripts & Popups
Development ------
Feature Suggestions
Developers
Bug Reports
Print Thread
Switch to Threaded Mode
Show Likes
Link Copied to Clipboard
Forum Rules
·
Mark All Read
Contact Us
·
Help
·
mIRC Homepage