Renegade commented on a Page, identify auto join  -  May 25, 2009

I agree with spanky, lol, but this is how people learn I guess.

Perhaps you could make if for multiple servers aswell, encorporate that into the idea, for instance:

on *:connect:{
  if ($network == Fake-IRC) {
    ns identify password
    join #
  }
  elseif ($network == AnotherFake-IRC) {
    ns identify A different password
  }
}

This way checks what network you're on, and does the appropiate actions.
And you could keep going basically, with elseifs.

I hope this helps. 6/10 for effort :)

BTW: There's no need for the /

 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.