From 1d347d4a6d902a22944a4910bf6246db41cc44a5 Mon Sep 17 00:00:00 2001 From: Randy Sommerfeld <cyan@synchro.net> Date: Tue, 14 Nov 2023 07:23:38 +0700 Subject: [PATCH] Drop mention of ident we don't use --- exec/load/ircd/core.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exec/load/ircd/core.js b/exec/load/ircd/core.js index 75cc0cbc50..1824106be0 100644 --- a/exec/load/ircd/core.js +++ b/exec/load/ircd/core.js @@ -2756,7 +2756,7 @@ function IRCClient_finalize_server_connect(states) { var i; HCC_Counter++; - gnotice(format("Link with %s [unknown@%s] established, states: %s", + gnotice(format("Link with %s (%s) established, states: %s", this.nick, this.hostname, states -- GitLab