mIRC Homepage
Posted By: aZnLupin Input - 31/03/03 07:27 AM
how can i make my message like "ThIs Is My MeSsAgE"
Posted By: bloupx Re: Input - 31/03/03 07:48 AM
alias upndown { var %d = 1,%e,%t | while (%d <= $len($1-)) { %t = $mid($1-,%d,1) | %e = %e $+ $iif($asc(%t) != 32,$iif(%t isalpha,$iif($right(%e,1) islower || (!%e),$upper(%t),$lower(%t)),%t),$chr(160)) | inc %d } | return $replace(%e,$chr(160),$chr(32)) }

make an on input event containing $upndown($1-)

i know the code is huge , but i only just put it together after reading this.
Posted By: aZnLupin Re: Input - 31/03/03 08:02 AM
man, i need INPUT
Posted By: bloupx Re: Input - 31/03/03 08:31 AM
lol /help events
Posted By: bloupx Re: Input - 31/03/03 08:46 AM
on *:INPUT:#:{
haltdef
say $upndown($1-)
}
© mIRC Discussion Forums