Code:
on me:*:NICK:if ($read(texts\nick.txt,w,$+($newnick,:*))) ns identify $token($v1,2,58)


I think this is what you want.Something that you may want too is that if $newnick is in the file, next time your alias will be called, use the nick just after it.If it is the case, simply set %z to $readn :

Code:
on me:*:NICK:if ($read(texts\nick.txt,w,$+($newnick,:*))) { ns identify $token($v1,2,58) | %z = $readn }



#mircscripting @ irc.swiftirc.net == the best mIRC help channel