mIRC Home    About    Download    Register    News    Help

Print Thread
#102363 08/11/04 12:40 AM
Joined: Sep 2004
Posts: 59
M
MrDoom Offline OP
Babel fish
OP Offline
Babel fish
M
Joined: Sep 2004
Posts: 59
ok guys i have a person who keeps joinning my room and harassing one woman in particularr.i really need to be able to stop him from entering but each ban i do,he just changes his nick and comes back in,i have done a whois and gotten the info and have used in in a script to automatically ban him on entry but it does not work,please help..this is very important..


on @*:join:#my channel name here: {
if ($address($nick,2) == 540cf85.1654620b.bflony.adelphia.net *
) {
mode $chan +b $address($nick,2)
kick $chan $nick You Have Been Warned!
}
}

so if someone could help me with this i would greatly appreciate it..i have this script in my remote section,is there anything else i have to do to make it work or is it just a syntax error,thanks in advance for the help. confused

#102364 08/11/04 02:06 AM
Joined: Mar 2004
Posts: 540
A
Fjord artisan
Offline
Fjord artisan
A
Joined: Mar 2004
Posts: 540
//mode $chan +b *@*.bflony.adelphia.net

#102365 08/11/04 03:09 AM
Joined: Sep 2004
Posts: 59
M
MrDoom Offline OP
Babel fish
OP Offline
Babel fish
M
Joined: Sep 2004
Posts: 59
sorry that doesn't help ma et all.i tryed it and it did nothing,i would like to know how to have him banned automatically with the scripts i posted above.

#102366 08/11/04 03:42 AM
Joined: Oct 2004
Posts: 8,330
Hoopy frood
Offline
Hoopy frood
Joined: Oct 2004
Posts: 8,330
Well, that's not going to help you much anyhow... the "540cf85.1654620b" part of that DNS is *hidden*. It's not the real DNS information. So it won't remain the same each time. What you really need to do is simply ban the guy's host (and perhaps ident unless he's also changing that).

just ban *!*@*bflony.adelphia.net (the problem with this one is that you're banning anyone from that host)

or ban him as *!*ident@*.bflony.adelphia.net (replace ident with his ident. prevents the problem above, but he can change his ident and bypass this)


Invision Support
#Invision on irc.irchighway.net
#102367 08/11/04 11:57 AM
Joined: May 2004
Posts: 8
A
Nutrimatic drinks dispenser
Offline
Nutrimatic drinks dispenser
A
Joined: May 2004
Posts: 8

If you are Operator of the channell and if you have the enoght level for it, you can auto.kick him with chanserv.

#102368 08/11/04 09:36 PM
Joined: Mar 2004
Posts: 540
A
Fjord artisan
Offline
Fjord artisan
A
Joined: Mar 2004
Posts: 540
That is if there is a chanserv. Most networks actually dont have services.


Link Copied to Clipboard