[New Oasiz Font Format]
this is a sample text message S~:Tahoma;#333366;01;
alias oasizstrip { return $regsubex($1-,/S~:.*$/gi,$null) }
on *:text:*:#: { echo # $nick : $oasizstrip($1-) | halt }
this will allow better use of mirc's on text event
you will be able to use on *:text:!blah:#: { }
Breakdown of the code attached
S~:Tahoma;#333366;01;
S~:<fonttype>;#<colorcode>;<stylenumber>;
Style Numbers:
01=nothing/default
02=bold
03=italic
04=bold+italic
05=underline
06=bold+underline
07=italic+underline
10=bold,italic+underline