I do, but wondered - if there's the one property shouldn't exist the other one as well? As other properties aren't in the helpfile [yet], like .tip = tip delay, maybe it exists and we don't know of it laugh

Here's the awkward thing I use for the moment:
Code:
; $hltarget(N) - returns "match on:" definition of Nth highlight: "message", "nick", or "both"
alias hltarget { return $replace($gettok($readini($mircini,highlight,$+(n,$calc($int($$1) -1))),3,44),0,message,1,both,2,nick) }