mIRC Home    About    Download    Register    News    Help

Print Thread
#114648 16/03/05 01:02 PM
Joined: Aug 2004
Posts: 44
D
Ameglian cow
OP Offline
Ameglian cow
D
Joined: Aug 2004
Posts: 44
Is there a way to hide your password in mirc but still have it identify you when you join the server

#114649 16/03/05 02:14 PM
Joined: Sep 2004
Posts: 73
S
Babel fish
Offline
Babel fish
S
Joined: Sep 2004
Posts: 73
//.msg ns id password
butthe format depends on the server although /. hides the outputs of the password


HanPeg HanPeg u BuHaru HanPeg nPu noPa}|{eHue kParoM u nAk HanPeg
#114650 17/03/05 06:12 PM
Joined: Sep 2004
Posts: 40
U
Ameglian cow
Offline
Ameglian cow
U
Joined: Sep 2004
Posts: 40
i think you want something like this:

Code:
on *:Connect:{ 
if ($server == servernamehere) && ($nick == nickhere) { .msg nickserv identify pass }
}


us3rX

#114651 17/03/05 07:09 PM
Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
I think you mean $me.

#114652 17/03/05 08:15 PM
Joined: Sep 2004
Posts: 40
U
Ameglian cow
Offline
Ameglian cow
U
Joined: Sep 2004
Posts: 40
lol, yeah my bad :P

us3rX

#114653 17/03/05 09:01 PM
Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
Hehehe. :tongue:


Link Copied to Clipboard