mIRC Homepage
Posted By: FunChatter Triger nickname? - 06/11/04 09:31 PM
Hello there folks,

I could use some help on this one *big lazy*...

I'm trying to triger that mask: ???aa20!*@* my only problem is that I want the first ? to be in capital letters and the other 2 ?'s to be small letters...

Anyone can help me on that?
Posted By: spling Re: Triger nickname? - 06/11/04 09:57 PM
/help isupper
/help islower

you can use "ISUPPER" to do things like that. something like
if ($left($address($nick,9),1) isupper) && ($mid($address($nick,9),2,2) islower) { commands }
Posted By: FunChatter Re: Triger nickname? - 06/11/04 10:45 PM
Thank you, thats what lazy me needed smile
© mIRC Discussion Forums