mIRC Home    About    Download    Register    News    Help

Print Thread
#145286 21/03/06 02:57 PM
Joined: Mar 2006
Posts: 2
E
Bowl of petunias
OP Offline
Bowl of petunias
E
Joined: Mar 2006
Posts: 2
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

#145287 21/03/06 03:08 PM
Joined: Feb 2005
Posts: 681
M
Fjord artisan
Offline
Fjord artisan
M
Joined: Feb 2005
Posts: 681
Try if (*sysop_* iswm $nick)

or if their nicks always start with sysop_ ..

Try if (sysop_* iswm $nick)

Last edited by mIRCManiac; 21/03/06 03:12 PM.

Link Copied to Clipboard