Thanks for all, that solves my problem ^_^

another quick question, I have many
Code:
ON 1:TEXT:*..text1...*:#endlos:{ thing here }
ON 1:TEXT:*..text1...*:?:{ thing here }

thats the same in channel(#) and query(?), can I merge them as they do the same??
like:
Code:
ON 1:TEXT:*..text1...*:#endlos,?:{ thing here }