Skip to content
Snippets Groups Projects
Commit ae51414b authored by deuce's avatar deuce
Browse files

Log the host as well as the name when autoconnecting.

parent 68370ecf
Branches
Tags
No related merge requests found
......@@ -304,7 +304,7 @@ while (!js.terminated) {
) {
umode_notice(USERMODE_ROUTING,"Routing",
"Auto-connecting to " +
CLines[thisCL].servername);
CLines[thisCL].servername + " ("+CLines[thisCL].host+")");
connect_to_server(CLines[thisCL]);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment