Regarding this:
if ($istok(NickServ ChanServ MemoServ,$nick,32)) { return }
Should I just add all the nicks next to each other separated by a space, or can I just add another line of this code below, with more nicks, in case it gets too long (I don't think that will happen, just to see if it can be done this way)?
Like:
if ($istok(NickServ ChanServ MemoServ Try1,$nick,32)) { return }
if ($istok(Try2 Try3 Try4,$nick,32)) { return }