Originally Posted By: Kreuz123123
no only if u use color text :P then even simple commands doesnt work


Code:
on *:text:*:#{
tokenize 32 $strip($1-)
;or
if ($strip($1) = .hello)

}


The $strip command strips normal, mirc style font styles. If the server uses its own font style format, you would strip it when you tokenize.