Code:
on *:input:*:{ 
if (($left($1,1) == $readini($mircini,text,commandchar)) || ($left($$1,1) == !) || ($left($$1,1) == @) || ($ctrlenter == $true)) { return  }
msg $active (colorcode and colors here) $1-
}