I have a few nicks, and I use a auto nick identifier to go through a txt file with a list of my nicks.

It's not working now and I'm not sure what I did to it - if I accidently deleted something or another...

I'm enclosing the script... I would appreciate any help in correcting this problem.

Thank you in advance.


{
var %nickNbr = $1
if %nickNbr !isnum {
%nickNbr = 1
}
nick $read -l %nickNbr nicklist.txt
/msg nickserv identify $nickserv password
inc %nickNbr
if %nickNbr <= $lines(nicklist.txt) {
.timerb1 1 $autoIdentDelay ident %nickNbr
}
}


Script Challenged.