mIRC Home    About    Download    Register    News    Help

Print Thread
#16168 20/03/03 03:49 PM
Joined: Dec 2002
Posts: 17
M
merc Offline OP
Pikka bird
OP Offline
Pikka bird
M
Joined: Dec 2002
Posts: 17
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,138
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,138
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
Joined: Dec 2002
Posts: 17
M
merc Offline OP
Pikka bird
OP Offline
Pikka bird
M
Joined: Dec 2002
Posts: 17
Thx! worked like a dream:))

#16171 20/03/03 10:48 PM
Joined: Mar 2003
Posts: 34
L
Ameglian cow
Offline
Ameglian cow
L
Joined: Mar 2003
Posts: 34
or
you can link nicks:

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


Heh..
#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.


- cF
Dedicated helper for rent.
#16173 24/03/03 04:15 PM
Joined: Dec 2002
Posts: 17
M
merc Offline OP
Pikka bird
OP Offline
Pikka bird
M
Joined: Dec 2002
Posts: 17
Thx the code works fine

#16174 24/03/03 04:18 PM
Joined: Dec 2002
Posts: 17
M
merc Offline OP
Pikka bird
OP Offline
Pikka bird
M
Joined: Dec 2002
Posts: 17
Bit late but thx the code works fine:)


Link Copied to Clipboard