mIRC Homepage
Posted By: elminster if ($nick ,,,,,, - 21/03/06 02:57 PM
very stupid question maybe.
i tried to code a whisper blocker.
so for it blocks the ppl that arent on my allow list

but now im having a problem in my if statements.
i want it to allow for exampe Sysop_* 's etc
but how do i make it check if Sysop_ is part of the nick.

($nick == Sysop_*), (sysop_ isin $nick) dont work

thanks in advance for any help
Posted By: mIRCManiac Re: if ($nick ,,,,,, - 21/03/06 03:08 PM
Try if (*sysop_* iswm $nick)

or if their nicks always start with sysop_ ..

Try if (sysop_* iswm $nick)
© mIRC Discussion Forums