From 7d5e73d800be98c7e9b48633b34a8656f32a6e96 Mon Sep 17 00:00:00 2001 From: jesopo Date: Fri, 2 Feb 2024 13:11:13 +0000 Subject: [PATCH] s->id probably won't be set by this point --- extensions/filter.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extensions/filter.c b/extensions/filter.c index 9867daa3..54548308 100644 --- a/extensions/filter.c +++ b/extensions/filter.c @@ -529,8 +529,8 @@ filter_client_nick_set(void *data_) } if (r & ACT_ALARM) { sendto_realops_snomask(SNO_GENERAL, L_ALL | L_NETWIDE, - "FILTER:REGISTER: %s@%s", - s->id, s->sockhost); + "FILTER:REGISTER: %s [%s]", + s->host, s->sockhost); } if (r & ACT_KILL) { exit_client(NULL, s, s, FILTER_EXIT_MSG);