mIRC Homepage
Posted By: merc Autoidentify - 20/03/03 03:49 PM
Igot several registered nicks.While im connected i wand to change from one nick to another(register nicks by me)without having to identify myself.
Any ideas?
Tnx!!!!
Posted By: Collective Re: Autoidentify - 20/03/03 03:55 PM
Code:
on *:NICK:{
  if ( $network == [color:green]QuakeNet[/color] ) && ( $nick == $me ) {
    if ( $newnick == [color:green]NickName1[/color] ) {
      msg nickserv identify [color:green]Password1[/color]
    }
    if ( $newnick == [color:green]NickName2[/color] ) {
      msg nickserv identify [color:green]Password2[/color]
    }
    if ( $newnick == [color:green]NickName3[/color] ) {
      msg nickserv identify [color:green]Password3[/color]
    }
  }
}

Posted By: merc Re: Autoidentify - 20/03/03 05:33 PM
Thx! worked like a dream:))
Posted By: Lucres Re: Autoidentify - 20/03/03 10:48 PM
or
you can link nicks:

/msg nickserv link <newnick> smile BUT the newnick cant be registerd, even if you did smile
Posted By: c0ldfusi0n Re: Autoidentify - 21/03/03 02:06 AM
Or you can check out this post.
Posted By: merc Re: Autoidentify - 24/03/03 04:15 PM
Thx the code works fine
Posted By: merc Re: Autoidentify - 24/03/03 04:18 PM
Bit late but thx the code works fine:)
© mIRC Discussion Forums