mIRC Homepage
I have two nicks that I would like to eclude (ignore) in my Points Sysytem
Quote:
on 1:text:*:#:{
if ($nick == sybian) return
if ($nick == guest*) return
var %points $addPoints(2)
msg # Bot awards 2 points to $nick $+ , total points %points $+
}


I need help with the guest nick that normally looks like
quest1538 quest1576 and so on allocated if trying to use a registered nick. I need to use something like ($nick == guest*)
to exclude all nicks starting with guest but the * is not working?
if (guest* iswm $nick)
© mIRC Discussion Forums