mIRC Homepage
Posted By: 7thHeaven How can I check for wilcards? - 18/04/08 06:47 PM
Hi,

I want to check for the word *sigh*

on *:TEXT:**sigh**:#:/msg $chan Wow, that was a heavy sigh!

But this also reacts on the word sigh...

Greetings, -=7th Heaven=-
Posted By: hixxy Re: How can I check for wilcards? - 18/04/08 07:23 PM
Code:
on *:TEXT:*sigh*:#: if ($istok($1-,*sigh*,32)) /msg $chan Wow, that was a heavy sigh!
Posted By: 7thHeaven Re: How can I check for wilcards? - 18/04/08 08:00 PM
That works, thank you! smile
© mIRC Discussion Forums