X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/5832fa369b69683b862891eab9d071868bdc184c..5274a6d761a756725be24da301b61f94ea87f63e:/extensions/sno_whois.c diff --git a/extensions/sno_whois.c b/extensions/sno_whois.c index d02c6f6..cc81942 100644 --- a/extensions/sno_whois.c +++ b/extensions/sno_whois.c @@ -59,6 +59,6 @@ show_whois(hook_data_client *data) ":*** Notice -- %s (%s@%s) is doing a whois on you [%s]", source_p->name, source_p->username, source_p->host, - source_p->user->server); + source_p->servptr->name); } }