Auto Identification

By UTUCS.com-Admin on Feb 22, 2004

After seeing that other one, not to be rude, but I just made one that works on the networks like UnderNet who don't have services (except for X).

; Auto Identification by UTUCS.com-Admin <admin@utucs.com>
;
; This will automatically identify to your account
; on a network with NickServ, or a network with X.
ON *:CONNECT: {
  ; Set variables here:
  %undernet.username = <put your UnderNet user here>
  %undernet.pass = <put your UnderNet pass here>
  %ns.pass = <put your NS pass here>
  if ($network == UnderNet) {
    msg X LOGIN %undernet.username %undernet.pass
  }
  elseif ($network == DALnet) {
    msg NickServ@services.dal.net IDENTIFY %ns.pass
  }
  else {
    nickserv IDENTIFY %ns.pass
  }
}

Comments

Sign in to comment.
sailoreagle   -  Mar 04, 2004

yup, especially if you use different password on each network you go on. also, IIRC, you can\'t do /msg X LOGIN to login ... you need to do /msg X@channels.undernet.org LOGIN.

 Respond  
acidoklysm   -  Mar 02, 2004

its a lot easier to just put \'nickserv identify password\' in the \"perform on\" box.

 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.