mIRC Home    About    Download    Register    News    Help

Print Thread
#16168 20/03/03 03:49 PM
M
merc
merc
M
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!!!!

#16169 20/03/03 03:55 PM
Joined: Dec 2002
Posts: 3,015
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,015
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]
    }
  }
}


#16170 20/03/03 05:33 PM
M
merc
merc
M
Thx! worked like a dream:))

#16171 20/03/03 10:48 PM
L
Lucres
Lucres
L
or
you can link nicks:

/msg nickserv link <newnick> smile BUT the newnick cant be registerd, even if you did smile

#16172 21/03/03 02:06 AM
Joined: Mar 2003
Posts: 272
C
Fjord artisan
Offline
Fjord artisan
C
Joined: Mar 2003
Posts: 272
Or you can check out this post.

#16173 24/03/03 04:15 PM
M
merc
merc
M
Thx the code works fine

#16174 24/03/03 04:18 PM
M
merc
merc
M
Bit late but thx the code works fine:)


Link Copied to Clipboard