Skip to content
Snippets Groups Projects
Commit 71eb0da6 authored by Randy Sommerfeld's avatar Randy Sommerfeld
Browse files

Use servername when detecting if a server's already there

parent ffb8da8f
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -237,7 +237,7 @@ function connect_to_server(port) {
else if (!port)
port = Default_Port;
if ( Servers[this.host.toLowerCase()]
if ( Servers[this.servername.toLowerCase()]
|| YLines[this.ircclass].active >= YLines[this.ircclass].maxlinks
) {
this.next_connect = js.setTimeout(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment