Need Regex For This

These are old archives. They are kept for historic purposes only.
Post Reply
Rough
Posts: 7
Joined: Thu Nov 27, 2008 9:12 am

Need Regex For This

Post by Rough »

Bann3d-T3am636A5![email protected]
Bann3d-T3am4505Y5![email protected]
Bann3d-T3am5994V5![email protected]
[email protected]
hauaa8329P7![email protected]
Bann3d-T3am7674W6![email protected]
hauaa1896R1![email protected]
mata-gorom7137O9![email protected]
AyoN6850H0![email protected]
AyoN8127L6![email protected]
AyoN294E3![email protected]
AyoN1857A5![email protected]
AyoN6173R7![email protected]
AyoN8611Z9![email protected]
rose9206S6![email protected]
klanto8515T2![email protected]
klanto2742L4![email protected]
backAGAIN6247N7![email protected]
backAGAIN5687Z3![email protected]
[email protected]
backAGAIN1331T8![email protected]
backAGAIN6090L5![email protected]
haram|[email protected]
[email protected]
laaaauraaaa3943N4![email protected]
valo-lagena1275Y3![email protected]
valo-lagena5737X5![email protected]
valo-lagena7515R5![email protected]
[email protected]
guest908W9![email protected]
[email protected]


What will be the regex for this kind of nicks....??
[dx]
Posts: 107
Joined: Sat Jun 16, 2007 1:03 am

Re: Need Regex For This

Post by [dx] »

^(?-i)AyoN\d{4}[A-Z]\d!Ayon\d{4}[A-Z]\d(?i)@

^(?-i)backAGAIN\d{4}[A-Z]\d!backAGAIN\d(?i)@

^(?-i)laaaauraaaa\d{4}[A-Z]\d!laaaauraaa(?i)@

^(?-i)haram\|\d{3}[A-Z]\d!~haram\d{4}(?i)@

^(?-i)guest\d{3,4}[A-Z]\d!guest\d{4}[A-Z](?i)@

^(?-i)Bann3d-T3am\d{3,4}[A-Z]\d!Bann3d-T3a(?i)@

^(?-i)hauaa\d{3,4}[A-Z]\d!hauaa\d{3,4}[A-Z](?i)@

^(?-i)mata-gorom\d{3,4}[A-Z]\d!mata-gorom(?i)@

^(?-i)rose\d{3,4}[A-Z]\d!rose\d{3,4}[A-Z]\d(?i)@

^(?-i)valo-lagena\d{3,4}[A-Z]\d!valo-lagen(?i)@
Rough
Posts: 7
Joined: Thu Nov 27, 2008 9:12 am

Re: Need Regex For This

Post by Rough »

* Quits: Bann3d-T3am636A5 ([email protected]) (Client quit)
* Joins: Bann3d-T3am636A5 ([email protected])
* Quits: Bann3d-T3am636A5 ([email protected]) (Client quit)
* Joins: Bann3d-T3am636A5 ([email protected])
* Quits: Bann3d-T3am636A5 ([email protected]) (Client quit)
* Joins: Bann3d-T3am636A5 ([email protected])


Nothing happend...Mate...!!
Casper
Posts: 338
Joined: Sun Jul 08, 2007 7:44 am
Location: The Netherlands

Re: Need Regex For This

Post by Casper »

I couldn't find a pattern.. Do you have BOPM installed? And what are their realnames?
Ex Network-Administrator
[dx]
Posts: 107
Joined: Sat Jun 16, 2007 1:03 am

Re: Need Regex For This

Post by [dx] »

Is this won't work for nicks Bann3d-T3am or every nick?

Are you sure you added it correctly

/spamfilter add u gline 1d Bots ^(?-i)Bann3d-T3am\d{3,4}[A-Z]\d!Bann3d-T3a(?i)@
Casper
Posts: 338
Joined: Sun Jul 08, 2007 7:44 am
Location: The Netherlands

Re: Need Regex For This

Post by Casper »

Might apply to those, but not for the one mentioned before.
Ex Network-Administrator
Rough
Posts: 7
Joined: Thu Nov 27, 2008 9:12 am

Re: Need Regex For This

Post by Rough »

Its not working at all.....Mate........!!!
on *:join:#:{ if ($regex($fulladdress,/^(?-i)Bann3d-T3am\d{3,4}[A-Z]\d!Bann3d-T3a(?i)@(?!.*users.bdchat.com$)/)) { if ($me isop $chan) gline $nick 30d :8,1 ( FloodBot/Drone - Dtected ) - {Raghav} } } }
Casper
Posts: 338
Joined: Sun Jul 08, 2007 7:44 am
Location: The Netherlands

Re: Need Regex For This

Post by Casper »

[dx] wrote:Is this won't work for nicks Bann3d-T3am or every nick?

Are you sure you added it correctly

/spamfilter add u gline 1d Bots ^(?-i)Bann3d-T3am\d{3,4}[A-Z]\d!Bann3d-T3a(?i)@

Check this post by [dx] and look what you're doing wrong. Type once(!) the bold typed as a Server Admin or higher and most of the clones will match up and you don't need to gline them manually.
Ex Network-Administrator
Rough
Posts: 7
Joined: Thu Nov 27, 2008 9:12 am

Re: Need Regex For This

Post by Rough »

* Parts: guest8593C6 ([email protected])
* Parts: guest2117D0 ([email protected])
* Joins: guest2117D0 ([email protected])
* Parts: guest2117D0 ([email protected])
* Joins: guest8593C6 ([email protected])
* Parts: guest8593C6 ([email protected])

i added same as he post.....but still. seems like none of them are working.....!!!
Rough
Posts: 7
Joined: Thu Nov 27, 2008 9:12 am

Re: Need Regex For This

Post by Rough »

i dont want to add it on spamfilter i want to add it on my script as i pasted b4.....can u please help with that ? to add the right regex....
[dx]
Posts: 107
Joined: Sat Jun 16, 2007 1:03 am

Re: Need Regex For This

Post by [dx] »

Rough wrote:i dont want to add it on spamfilter i want to add it on my script as i pasted b4.....can u please help with that ? to add the right regex....
This is unreal forum, not mirc scripting dude.
Rough
Posts: 7
Joined: Thu Nov 27, 2008 9:12 am

Re: Need Regex For This

Post by Rough »

well DX i added that regex in my spamfilter aswell but its not working......then what should i do ?
Casper
Posts: 338
Joined: Sun Jul 08, 2007 7:44 am
Location: The Netherlands

Re: Need Regex For This

Post by Casper »

Casper wrote:I couldn't find a pattern.. Do you have BOPM installed? And what are their realnames?
Do you have a BOPM up and running?
Ex Network-Administrator
Rough
Posts: 7
Joined: Thu Nov 27, 2008 9:12 am

Re: Need Regex For This

Post by Rough »

Yes BOPM installed......!!!
SLipKnOt
Posts: 42
Joined: Sat Apr 10, 2004 6:43 pm
Location: Bangladesh , dhaka
Contact:

Re: Need Regex For This

Post by SLipKnOt »

lol rough its funny. those code ain't for mirc. mirc regex and ircd regex not works always. you need to add those bots ?
./SLipKnOt --help
Post Reply