Skip to content

Commit

Permalink
s->id probably won't be set by this point
Browse files Browse the repository at this point in the history
  • Loading branch information
jesopo committed Feb 2, 2024
1 parent a02a6fa commit 7d5e73d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extensions/filter.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 7d5e73d

Please sign in to comment.