Small bugfix

Quote:
on ^*:INPUT:#channelname:{


replace with

on *:INPUT:#channelname:{

no ^ event exists (does not function if present), the *:INPUT it is by default a pre event.



and maybe

$iif(%textcolorizer,$v1,say) $1-
replace with
$iif($isalias(%textcolorizer),%textcolorizer,say) $1-

but thats just incase some crazy alters %textcolorizer on there own!
Both have disadvantages, one thing myway on this wont work for is if you selected something like "set %textcolorizer SAY" since SAY isnt an alias (by default)