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

Be more verbose about where we've connected to

parent fa7a7201
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -287,7 +287,15 @@ function handle_outbound_server_connect() {
Outbound_Connect_in_Progress = false;
if (this.is_connected) {
umode_notice(USERMODE_ROUTING,"Routing","Connected! Sending info...");
umode_notice(USERMODE_ROUTING,"Routing",format(
"Connected to %s (%s:%u), Sock (%s:%u), Class %u. Sending handshake.",
this.cline.servername,
this.cline.host,
this.cline.port,
this.remote_ip_address,
this.remote_port,
this.cline.ircclass
));
log(LOG_DEBUG,format("->[UNREG]: PASS %s :TS", this.cline.password));
this.send(format("PASS %s :TS\r\n", this.cline.password));
log(LOG_DEBUG,format("->[UNREG]: CAPAB %s", SERVER_CAPAB));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment