Hi,

I was wondering if there is any way to get me a script like this: in a channel someone says Chandler was here today and another one says chandler was here yesterday...

i have this:
[code]
on *:TEXT:*Chandler*was*seen*:#: msg #mychan $strip($1-)
[code]
But then he displays both messages and i want only the one with capital C... Can i make it case sensitive? grin