Code:
alias nickchange {
  $iif(%z == $null,set %z 1,inc %z)
  .nick $read($mircdirnick.txt,%z)
  if %z == $lines($mircdirnick.txt) { unset %z } 
}

hello,
im using that code for change my nick to any nick from nick.txt
/timer 0 30 /nick nickchange
nick.txt has the nick like thish
xyzzy
huh
mmmhmm
spectre
etcetc
i just need to knw how can i ident them ?
like this
xyzzy:password
mmmhmm:password1
when im on xyzzy
need auto /ns identify password
then if change mmmhmm
need auto /ns identify password1
sorry for the bad english
thnx for helps smile