mIRC Home    About    Download    Register    News    Help

Print Thread
#259476 03/12/16 12:23 PM
Joined: Apr 2003
Posts: 3
CaLy Offline OP
Self-satisified door
OP Offline
Self-satisified door
Joined: Apr 2003
Posts: 3
Hello! i have a question about servers with password.

I didnt write down the password of a server i added in the past. Is there any way to retrieve the password from the server list ?

Thanks and have a nice weekend!


carlosoctavio
Joined: Aug 2003
Posts: 325
W
Fjord artisan
Offline
Fjord artisan
W
Joined: Aug 2003
Posts: 325
Code:
//echo -tag . $server(#,group).pass


#=0 will tell you how many servers are in that group
#=1 first server in the group, #=2 is second, etc.
group = name of group of the servers

You really only need to use the group option if you have a situation where the same server address is used in more than one group. If you know the server address and you only use it in one group, then use this:

Code:
//echo -tag . $server(serveraddress).pass


Link Copied to Clipboard