mIRC Home    About    Download    Register    News    Help

Print Thread
#143207 22/02/06 04:22 AM
Joined: Feb 2006
Posts: 5
R
ratman Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
R
Joined: Feb 2006
Posts: 5
I have mIRC 6.17 and have a real nasty issue. I run an IRC server that accepts SSL connections on +6697. I also visit many other server that use other ports. None of the servers are in the default servers.ini file. as of late it is wanting to connect to port +6697 on ALL the IRC servers I have added despite what the port box has in it. Any ideas?

#143208 23/02/06 03:34 AM
Joined: Feb 2006
Posts: 5
R
ratman Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
R
Joined: Feb 2006
Posts: 5
Update.

If I use 6667 to get on the one server the prblem goes away

#143209 28/02/06 04:34 AM
Joined: Feb 2006
Posts: 5
R
ratman Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
R
Joined: Feb 2006
Posts: 5
Quote:
Update.

If I use 6667 to get on the one server the prblem goes away


Update again.
After a few days, it's back. can anyone please help?

#143210 28/02/06 06:12 AM
Joined: Aug 2004
Posts: 7,252
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,252
Have you tried adding those networks/servers to the servers.ini file via the dialog at mIRC Options - Connect - Servers - Add ?

If you remember to put in a Group Name (near the bottom of the Add Server dialog) then it'll show up via the Server listing (which comes from the servers.ini file)

If you only want those specific servers, you can delete any that are already in the file using mIRC Options - Connect - Servers -Delete

#143211 01/03/06 03:06 AM
Joined: Feb 2006
Posts: 5
R
ratman Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
R
Joined: Feb 2006
Posts: 5
I now suspect a possible bug....

If I DELETE the servers.ini file. thus removing it from the picture all together and recreate a server to connect to port 6667 it STILL wants to connect to +6697. The only way around it is to use the /server command, specifying the server and port

#143212 01/03/06 03:24 AM
Joined: Aug 2004
Posts: 7,252
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,252
I didn't mean for you to delete the entire servers.ini file, but in reference to your query, in mIRC type the following command (it doesn't matter if you're connected or not)

Code:
 //echo -a $readini(mirc.ini,text,defport) 


That will return the default connection port as stored in mirc.ini

It would not surprise me to find that your default setting has been changed to 6697, so that is what all connections will try to connect with.

Let me know what results you get so that I can investigate corrective action properly.

#143213 01/03/06 03:45 AM
Joined: Feb 2006
Posts: 5
R
ratman Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
R
Joined: Feb 2006
Posts: 5
Quote:
I didn't mean for you to delete the entire servers.ini file, but in reference to your query, in mIRC type the following command (it doesn't matter if you're connected or not)

Code:
 //echo -a $readini(mirc.ini,text,defport) 


That will return the default connection port as stored in mirc.ini

It would not surprise me to find that your default setting has been changed to 6697, so that is what all connections will try to connect with.

Let me know what results you get so that I can investigate corrective action properly.


Value returned is 6667. I've also noted that once I user /server to connect to a server I can once again connect via the "normal" way on the right port.


Link Copied to Clipboard