mIRC Home    About    Download    Register    News    Help

Print Thread
#102267 06/11/04 09:31 PM
Joined: Dec 2002
Posts: 339
F
Fjord artisan
OP Offline
Fjord artisan
F
Joined: Dec 2002
Posts: 339
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?

#102268 06/11/04 09:57 PM
Joined: Oct 2003
Posts: 34
S
Ameglian cow
Offline
Ameglian cow
S
Joined: Oct 2003
Posts: 34
/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 }

#102269 06/11/04 10:45 PM
Joined: Dec 2002
Posts: 339
F
Fjord artisan
OP Offline
Fjord artisan
F
Joined: Dec 2002
Posts: 339
Thank you, thats what lazy me needed smile


Link Copied to Clipboard