Hehe yeah, I was talking in terms of:

Code:
on *:text:*:*: { do.things } 
on *:text:*:*: { do.more.things } 


In the same script which would of course trigger on the first event. But you are entirely right, it really depends on what you're trying to match. Both of the above would match but the second occurence canceled out.