HoNdAx707 commented on a Page, Help with a small script  -  Feb 08, 2008

on *:start: { 
  nick <name>
  server <server>
}
on *:connect: { 
  if ($me == <name>) { 
    ns ghost <name <password> 
    nick <name> 
    ns identify <pass> 
  } 
  else { 
    ns identify <pass> 
  }
} 
on *:quit: { 
  if ($nick == <name>) { 
   nick <name> 
   ns identify <password> 
  }
} 

mine auto ident is just like that

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.