mIRC Homepage
Posted By: Lpfix5 Regex question - 03/10/07 12:11 AM
Do the on "events" use pure regular expressions in them since we can do something like on *:TEXT:$(blah $blah *):#:{

like on *:TEXT:\b.......:#:{
Posted By: Rand Re: Regex question - 03/10/07 12:33 AM
You would need to use "$"

Such as: on $*:text:/\bhi\b/:#:{ }
Posted By: Lpfix5 Re: Regex question - 03/10/07 03:50 AM
Originally Posted By: Rand
You would need to use "$"

Such as: on $*:text:/\bhi\b/:#:{ }


cool thanks
© mIRC Discussion Forums