mIRC Home    About    Download    Register    News    Help

Print Thread
#161969 13/10/06 08:24 AM
Joined: Oct 2006
Posts: 342
L
learn3r Offline OP
Fjord artisan
OP Offline
Fjord artisan
L
Joined: Oct 2006
Posts: 342
how do you write this?


on *:join:%chan: {
nick is kicklisted saved from a .txt its ip or host
scan channel
kick # $nick blacklisted
}

#161970 13/10/06 12:15 PM
Joined: Jul 2006
Posts: 242
H
Fjord artisan
Offline
Fjord artisan
H
Joined: Jul 2006
Posts: 242
Read this post

Blacklist request


Newbie
#161971 14/10/06 02:48 AM
Joined: Oct 2006
Posts: 342
L
learn3r Offline OP
Fjord artisan
OP Offline
Fjord artisan
L
Joined: Oct 2006
Posts: 342
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

#161972 14/10/06 05:13 AM
Joined: Jun 2006
Posts: 508
D
Fjord artisan
Offline
Fjord artisan
D
Joined: Jun 2006
Posts: 508
Ask them for a copy of theirs grin

#161973 14/10/06 06:35 PM
Joined: Oct 2006
Posts: 342
L
learn3r Offline OP
Fjord artisan
OP Offline
Fjord artisan
L
Joined: Oct 2006
Posts: 342
that's why i posted my request sorry for not asking



i thought its clear enough

smirk

#161974 14/10/06 08:38 PM
Joined: Dec 2002
Posts: 1,245
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Dec 2002
Posts: 1,245
do you expect to have a lot of addresses in that list?

#161975 15/10/06 03:19 AM
Joined: Oct 2006
Posts: 342
L
learn3r Offline OP
Fjord artisan
OP Offline
Fjord artisan
L
Joined: Oct 2006
Posts: 342
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

#161976 15/10/06 03:22 AM
Joined: Jun 2006
Posts: 508
D
Fjord artisan
Offline
Fjord artisan
D
Joined: Jun 2006
Posts: 508
My reply was also clear. laugh
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.

#161977 15/10/06 03:25 AM
Joined: Jun 2006
Posts: 508
D
Fjord artisan
Offline
Fjord artisan
D
Joined: Jun 2006
Posts: 508
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 }
}


Link Copied to Clipboard