Sorry. That's not quite what you wanted.

If you want to check any nick that has [8_ anywhere in it, use:

Code:
if ( *[8_* iswm $nick )


If you only want to check nicks that begin with either [8_ OR [[8_ , then:

Code:
if (( [8_* iswm $nick ) || ( [[8_* iswm $nick ))



--------------------
LonDart


LonDart