mIRC Home    About    Download    Register    News    Help

Print Thread
#114777 18/03/05 12:01 PM
Joined: Feb 2005
Posts: 32
A
asib Offline OP
Ameglian cow
OP Offline
Ameglian cow
A
Joined: Feb 2005
Posts: 32
on @!*:JOIN:#: if ($regex($nick, /^(?:[a-z][a-z]?\d{3,})$/)) Gline $nick > 12Drone BOT Not allow13 - LamErZ -

**Can anyone Make it To IDent Ban instad of Nick Please ? I meany by ident ban is they comes with Normal nick and they have crazy ident as like

Guest (d641@Host) has joined #mIRC
Guest2 (xs314@Host) has joined #mIRC
Guest3 (ad711@Host) has joined #mIRC
Guest4 (sf102@Host) has joined #mIRC

Please help me with this code ! thank you

#114778 18/03/05 12:11 PM
Joined: Apr 2004
Posts: 759
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Apr 2004
Posts: 759
do the Hosts change too or stay the same ?
also what ircd is your server running some have really nice modes to prevent this smile


$maybe
#114779 18/03/05 12:32 PM
Joined: Feb 2005
Posts: 32
A
asib Offline OP
Ameglian cow
OP Offline
Ameglian cow
A
Joined: Feb 2005
Posts: 32
Hmm those are Proxys ! they load Unlimited Proxys ! and bomp doesnt ban all da porxys ! so yes host do change ! and im not da Network Admins ! im just a Services admin ! so they dont load models ! so please help me out witht his coding

#114780 18/03/05 12:57 PM
Joined: Apr 2004
Posts: 759
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Apr 2004
Posts: 759
if you run unrealircd try out the various options of the +f roommode.
on *:JOIN:#channel: {
inc %join
if (!%flood) { set %flood = 3 | dec -u1 %flood 1 }
if (%flood) && ($regex($address($nick,0), /^\052!..?(\d{0,2}),?(\d{0,2})/)) && (%join >= 4) {
mode $chan +b $address($nick,0)
unset %flood
unset %join
}
}
not tested but should ban someone joining matching the regex if he she joins when there have been 4 joins in under 3 seconds but leave others not matching the regex.

Last edited by Mpdreamz; 18/03/05 01:43 PM.

$maybe
#114781 18/03/05 01:17 PM
Joined: Feb 2005
Posts: 32
A
asib Offline OP
Ameglian cow
OP Offline
Ameglian cow
A
Joined: Feb 2005
Posts: 32
i got that join part flood protection ! but i want to ban those Proxys loaders on join ban them if they have Crazy type of ident as like
ex:

Guest (d641@Host) has joined #mIRC
Guest2 (xs314@Host) has joined #mIRC
Guest3 (ad711@Host) has joined #mIRC
Guest4 (sf102@Host) has joined #mIRC

#114782 18/03/05 01:21 PM
Joined: Apr 2004
Posts: 759
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Apr 2004
Posts: 759
please lose the ! you dont have to scream at me it will only make me want to offer you help less. as you can see ive update the regex to match against the address. Im ever so sorry to do more then you asked for.


$maybe
#114783 18/03/05 02:18 PM
Joined: Feb 2005
Posts: 32
A
asib Offline OP
Ameglian cow
OP Offline
Ameglian cow
A
Joined: Feb 2005
Posts: 32
sorry.. i didnt meant it that way you took it... ! i was thinkng you did , but then i wanted to be make sure... ! thats why i asked again! sorry smile and thank you very much ! sorry once agaiN! i didnt mean to scream or naything sorryyyyyy !
thk you

#114784 18/03/05 02:32 PM
Joined: Feb 2005
Posts: 32
A
asib Offline OP
Ameglian cow
OP Offline
Ameglian cow
A
Joined: Feb 2005
Posts: 32
I tried this code out but its doesnt wrk ! frown


Link Copied to Clipboard