Broken Identd

By G13AoUsTiS on Feb 19, 2008

Just a simple addon for detecting the password when the server reports that your ident is broken. this is my first regex script so be patient:P

on *:snotice:*ident*broken*quote*pass*: {
if ($regex($1-,/\b(\d{5})\b/)) {
/quote pass $regml(1)
}
}

Comments

Sign in to comment.
G13AoUsTiS   -  Mar 14, 2008

RCA: nice:)

 Respond  
xDaeMoN   -  Mar 13, 2008

You can use \'$gettok($1-,-3-,32)\'

 Respond  
  -  Mar 13, 2008

this one is great too :)

on :snotice:quotepass:{ noop $regex($1-,/quote\spass\s(\S+)/i) | quote PASS $regml(1) }

 Respond  
  -  Mar 13, 2008

lol this post should be loved by abusers :)

 Respond  
G13AoUsTiS   -  Feb 19, 2008

you can use $gettok($1-,15,32) too but i did it with $regex:)

 Respond  
Lindrian   -  Feb 19, 2008

Regex seems kind of useless?

 Respond  
guest598594   -  Feb 19, 2008

i\'ve been looking for something like this!

i tried making one, but seeing your script, i guess i was supposed to use \"snotice\" and not \"notice\" Image

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.