mIRC Home    About    Download    Register    News    Help

Print Thread
#114396 14/03/05 04:40 AM
C
Coolrider64n
Coolrider64n
C
How do I set it up so my password for my registered nick gets entered auto?

#114397 14/03/05 05:02 AM
Joined: Dec 2002
Posts: 3,534
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,534
That really depends on the networks services. As not all services are the same, some will have different methods of logging in to using your nickname.

Put this in Remotes.. (Alt + R)

Code:
On *:Connect: {
  if ($server == [color:blue]the.server.name[/color]) {
    [color:blue]Method of loggin in here.[/color]
  }
}

Change the.server.name to the server you want to auto login to.

Method of logging in here means the command you'll use to login.

Not all networks will have the same methods of logging in, for example not all networks support NickServ.

Hope this helps.

All the best,

Andy.

#114398 14/03/05 05:25 AM
Joined: Oct 2003
Posts: 129
D
DV8 Offline
Vogon poet
Offline
Vogon poet
D
Joined: Oct 2003
Posts: 129
Or you could use the Perform feature. If you're using v6.16, go into Options (Alt+O), Connect, Options and click on the "Perform" button. Next, check the box that says "Enable perform on connect". Click the "Add" button and chose your network from the list. Then in the main window that says "Perform commands", type the command you use to indentify your nick to the network.

#114399 14/03/05 06:14 AM
Joined: Dec 2002
Posts: 3,534
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,534
Very true. I've never used perform.

I perform all my commands in the On Connect event. Nice post though, keeps it simplistic for the original poster.smile


Link Copied to Clipboard