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