Skip to content

Commit dca7d6e

Browse files
committed
s->id probably be set by this point
1 parent a02a6fa commit dca7d6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

extensions/filter.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -529,8 +529,8 @@ filter_client_nick_set(void *data_)
529529
}
530530
if (r & ACT_ALARM) {
531531
sendto_realops_snomask(SNO_GENERAL, L_ALL | L_NETWIDE,
532-
"FILTER:REGISTER: %s@%s",
533-
s->id, s->sockhost);
532+
"FILTER:REGISTER: %s [%s]",
533+
s->host, s->sockhost);
534534
}
535535
if (r & ACT_KILL) {
536536
exit_client(NULL, s, s, FILTER_EXIT_MSG);

0 commit comments

Comments
 (0)